Html Css Color HEX #88D405 Citrus

📋 copy color: '#88D405'

red 136 ◦ green 212 ◦ blue 5

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

Shades of Citrus #88D405

Tints of Citrus #88D405

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.06%

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

R = 38.53%
G = 60.06%
B = 1.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#88D405 (or 0x88D405) is known color: Citrus. HEX triplet: 88, D4 and 05. RGB value is (136,212,5). Sum of RGB (Red+Green+Blue) = 136+212+5=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #88D405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D405 is #772BFA. Grayscale: #A6A6A6. Windows color (decimal): -7810043 or 382088. OLE color: 382088.

HSL color Cylindrical-coordinate representation of color #88D405: hue angle of 82.03º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88D405 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 212 5 -
CMYK 0.36 0 0.98 0.17
HSL 82.03º 0.95% 0.43% -
HSV(B) 82.03º 0.98% 0.83% -
XYZ 33.72 52.33 8.47 -
YUV 165.68 37.32 106.83 -
System Red Green Blue C M Y K H S L
Decimal 136 212 5 0.36 0 0.98 0.17 82.03 0.95 0.43
Hex 88 D4 5 24 0 62 11 52 5F 2B
Octal 210 324 5 44 0 142 21 122 137 53
Binary 10001000 11010100 101 100100 0 1100010 10001 1010010 1011111 101011

Color Harmonies of #88D405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D405

Black with #88D405

Text Example


Text Example

White with #88D405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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