Html Css Color HEX #88C205 Citrus

📋 copy color: '#88C205'

red 136 ◦ green 194 ◦ blue 5

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

Shades of Citrus #88C205

Tints of Citrus #88C205

RGB

 RED value IS 136 (53.52% from 255) = 40.6%

 GREEN value IS 194 (76.17% from 255) = 57.91%

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 40.6%
G = 57.91%
B = 1.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#88C205 (or 0x88C205) is known color: Citrus. HEX triplet: 88, C2 and 05. RGB value is (136,194,5). Sum of RGB (Red+Green+Blue) = 136+194+5=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #88C205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C205 is #773DFA. Grayscale: #9B9B9B. Windows color (decimal): -7814651 or 377480. OLE color: 377480.

HSL color Cylindrical-coordinate representation of color #88C205: hue angle of 78.41º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88C205 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 194 5 -
CMYK 0.30 0 0.97 0.24
HSL 78.41º 0.95% 0.39% -
HSV(B) 78.41º 0.97% 0.76% -
XYZ 29.47 43.83 7.05 -
YUV 155.11 43.28 114.37 -
System Red Green Blue C M Y K H S L
Decimal 136 194 5 0.30 0 0.97 0.24 78.41 0.95 0.39
Hex 88 C2 5 1E 0 61 18 4E 5F 27
Octal 210 302 5 36 0 141 30 116 137 47
Binary 10001000 11000010 101 11110 0 1100001 11000 1001110 1011111 100111

Color Harmonies of #88C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C205

Black with #88C205

Text Example


Text Example

White with #88C205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C205; }

 p { color: rgb(136,194,5); }

 H1.HeaderClassName
 {
   color: #88C205;
 }
 .AnyTagClassName
 {
   color: #88C205;
 }
</style>

background-color css

<style>
 a { background-color: #88C205; }

 a { background-color: rgb(136,194,5); }

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

border-color css

<style>
 span { border-color: #88C205; }

 span { border-color: rgb(136,194,5); }

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