Html Css Color HEX #85CF0C Citrus

📋 copy color: '#85CF0C'

red 133 ◦ green 207 ◦ blue 12

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

Shades of Citrus #85CF0C

Tints of Citrus #85CF0C

RGB

 RED value IS 133 (52.34% from 255) = 37.78%

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

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 37.78%
G = 58.81%
B = 3.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#85CF0C (or 0x85CF0C) is known color: Citrus. HEX triplet: 85, CF and 0C. RGB value is (133,207,12). Sum of RGB (Red+Green+Blue) = 133+207+12=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CF0C is #7A30F3. Grayscale: #A3A3A3. Windows color (decimal): -8007924 or 839557. OLE color: 839557.

HSL color Cylindrical-coordinate representation of color #85CF0C: hue angle of 82.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85CF0C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 12 -
CMYK 0.36 0 0.94 0.19
HSL 82.77º 0.89% 0.43% -
HSV(B) 82.77º 0.94% 0.81% -
XYZ 32.05 49.64 8.24 -
YUV 162.64 42.98 106.86 -
System Red Green Blue C M Y K H S L
Decimal 133 207 12 0.36 0 0.94 0.19 82.77 0.89 0.43
Hex 85 CF C 24 0 5E 13 53 59 2B
Octal 205 317 14 44 0 136 23 123 131 53
Binary 10000101 11001111 1100 100100 0 1011110 10011 1010011 1011001 101011

Color Harmonies of #85CF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF0C

Black with #85CF0C

Text Example


Text Example

White with #85CF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85CF0C; }

 p { color: rgb(133,207,12); }

 H1.HeaderClassName
 {
   color: #85CF0C;
 }
 .AnyTagClassName
 {
   color: #85CF0C;
 }
</style>

background-color css

<style>
 a { background-color: #85CF0C; }

 a { background-color: rgb(133,207,12); }

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

border-color css

<style>
 span { border-color: #85CF0C; }

 span { border-color: rgb(133,207,12); }

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