Html Css Color HEX #8CCF10 Citrus

📋 copy color: '#8CCF10'

red 140 ◦ green 207 ◦ blue 16

#8CCF10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8CCF10

Tints of Citrus #8CCF10

RGB

 RED value IS 140 (55.08% from 255) = 38.57%

 GREEN value IS 207 (81.25% from 255) = 57.02%

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 38.57%
G = 57.02%
B = 4.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CCF10 (or 0x8CCF10) is known color: Citrus. HEX triplet: 8C, CF and 10. RGB value is (140,207,16). Sum of RGB (Red+Green+Blue) = 140+207+16=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCF10 is #7330EF. Grayscale: #A5A5A5. Windows color (decimal): -7549168 or 1101708. OLE color: 1101708.

HSL color Cylindrical-coordinate representation of color #8CCF10: hue angle of 81.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CCF10 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 16 -
CMYK 0.32 0 0.92 0.19
HSL 81.05º 0.86% 0.44% -
HSV(B) 81.05º 0.92% 0.81% -
XYZ 33.22 50.24 8.44 -
YUV 165.19 43.8 110.03 -
System Red Green Blue C M Y K H S L
Decimal 140 207 16 0.32 0 0.92 0.19 81.05 0.86 0.44
Hex 8C CF 10 20 0 5C 13 51 56 2C
Octal 214 317 20 40 0 134 23 121 126 54
Binary 10001100 11001111 10000 100000 0 1011100 10011 1010001 1010110 101100

Color Harmonies of #8CCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF10

Black with #8CCF10

Text Example


Text Example

White with #8CCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCF10; }

 p { color: rgb(140,207,16); }

 H1.HeaderClassName
 {
   color: #8CCF10;
 }
 .AnyTagClassName
 {
   color: #8CCF10;
 }
</style>

background-color css

<style>
 a { background-color: #8CCF10; }

 a { background-color: rgb(140,207,16); }

 div.DivClassName
 {
   background-color: #8CCF10;
 }
 .BgClassName
 {
   background-color: #8CCF10;
 }
</style>

border-color css

<style>
 span { border-color: #8CCF10; }

 span { border-color: rgb(140,207,16); }

 td.TdClassName
 {
   border-color: #8CCF10;
 }
 .TagClassName
 {
   border-color: #8CCF10;
 }
</style>