Html Css Color HEX #85CF0E Citrus

📋 copy color: '#85CF0E'

red 133 ◦ green 207 ◦ blue 14

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

Shades of Citrus #85CF0E

Tints of Citrus #85CF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 37.57%
G = 58.47%
B = 3.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#85CF0E (or 0x85CF0E) is known color: Citrus. HEX triplet: 85, CF and 0E. RGB value is (133,207,14). Sum of RGB (Red+Green+Blue) = 133+207+14=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CF0E is #7A30F1. Grayscale: #A3A3A3. Windows color (decimal): -8007922 or 970629. OLE color: 970629.

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

Color convert

RGB 133 207 14 -
CMYK 0.36 0 0.93 0.19
HSL 83.01º 0.87% 0.43% -
HSV(B) 83.01º 0.93% 0.81% -
XYZ 32.06 49.64 8.31 -
YUV 162.87 43.98 106.69 -
System Red Green Blue C M Y K H S L
Decimal 133 207 14 0.36 0 0.93 0.19 83.01 0.87 0.43
Hex 85 CF E 24 0 5D 13 53 57 2B
Octal 205 317 16 44 0 135 23 123 127 53
Binary 10000101 11001111 1110 100100 0 1011101 10011 1010011 1010111 101011

Color Harmonies of #85CF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF0E

Black with #85CF0E

Text Example


Text Example

White with #85CF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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