Html Css Color HEX #84CB05 Citrus

📋 copy color: '#84CB05'

red 132 ◦ green 203 ◦ blue 5

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

Shades of Citrus #84CB05

Tints of Citrus #84CB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.71%

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

R = 38.82%
G = 59.71%
B = 1.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#84CB05 (or 0x84CB05) is known color: Citrus. HEX triplet: 84, CB and 05. RGB value is (132,203,5). Sum of RGB (Red+Green+Blue) = 132+203+5=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CB05 is #7B34FA. Grayscale: #9F9F9F. Windows color (decimal): -8074491 or 379780. OLE color: 379780.

HSL color Cylindrical-coordinate representation of color #84CB05: hue angle of 81.52º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84CB05 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 203 5 -
CMYK 0.35 0 0.98 0.20
HSL 81.52º 0.95% 0.41% -
HSV(B) 81.52º 0.98% 0.8% -
XYZ 30.9 47.63 7.71 -
YUV 159.2 40.98 108.6 -
System Red Green Blue C M Y K H S L
Decimal 132 203 5 0.35 0 0.98 0.20 81.52 0.95 0.41
Hex 84 CB 5 23 0 62 14 52 5F 29
Octal 204 313 5 43 0 142 24 122 137 51
Binary 10000100 11001011 101 100011 0 1100010 10100 1010010 1011111 101001

Color Harmonies of #84CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CB05

Black with #84CB05

Text Example


Text Example

White with #84CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,203,5); }

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

background-color css

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

 a { background-color: rgb(132,203,5); }

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

border-color css

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

 span { border-color: rgb(132,203,5); }

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