Html Css Color HEX #84CD08 Citrus

📋 copy color: '#84CD08'

red 132 ◦ green 205 ◦ blue 8

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

Shades of Citrus #84CD08

Tints of Citrus #84CD08

RGB

 RED value IS 132 (51.95% from 255) = 38.26%

 GREEN value IS 205 (80.47% from 255) = 59.42%

 BLUE value IS 8 (3.52% from 255) = 2.32%

R = 38.26%
G = 59.42%
B = 2.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#84CD08 (or 0x84CD08) is known color: Citrus. HEX triplet: 84, CD and 08. RGB value is (132,205,8). Sum of RGB (Red+Green+Blue) = 132+205+8=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CD08 is #7B32F7. Grayscale: #A1A1A1. Windows color (decimal): -8073976 or 576900. OLE color: 576900.

HSL color Cylindrical-coordinate representation of color #84CD08: hue angle of 82.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84CD08 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 205 8 -
CMYK 0.36 0 0.96 0.20
HSL 82.23º 0.92% 0.42% -
HSV(B) 82.23º 0.96% 0.8% -
XYZ 31.39 48.59 7.95 -
YUV 160.72 41.82 107.52 -
System Red Green Blue C M Y K H S L
Decimal 132 205 8 0.36 0 0.96 0.20 82.23 0.92 0.42
Hex 84 CD 8 24 0 60 14 52 5C 2A
Octal 204 315 10 44 0 140 24 122 134 52
Binary 10000100 11001101 1000 100100 0 1100000 10100 1010010 1011100 101010

Color Harmonies of #84CD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CD08

Black with #84CD08

Text Example


Text Example

White with #84CD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84CD08; }

 p { color: rgb(132,205,8); }

 H1.HeaderClassName
 {
   color: #84CD08;
 }
 .AnyTagClassName
 {
   color: #84CD08;
 }
</style>

background-color css

<style>
 a { background-color: #84CD08; }

 a { background-color: rgb(132,205,8); }

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

border-color css

<style>
 span { border-color: #84CD08; }

 span { border-color: rgb(132,205,8); }

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