Html Css Color HEX #84CF05 Citrus

📋 copy color: '#84CF05'

red 132 ◦ green 207 ◦ blue 5

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

Shades of Citrus #84CF05

Tints of Citrus #84CF05

RGB

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

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

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

R = 38.37%
G = 60.17%
B = 1.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#84CF05 (or 0x84CF05) is known color: Citrus. HEX triplet: 84, CF and 05. RGB value is (132,207,5). Sum of RGB (Red+Green+Blue) = 132+207+5=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CF05 is #7B30FA. Grayscale: #A2A2A2. Windows color (decimal): -8073467 or 380804. OLE color: 380804.

HSL color Cylindrical-coordinate representation of color #84CF05: hue angle of 82.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84CF05 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 207 5 -
CMYK 0.36 0 0.98 0.19
HSL 82.28º 0.95% 0.42% -
HSV(B) 82.28º 0.98% 0.81% -
XYZ 31.86 49.54 8.03 -
YUV 161.55 39.65 106.93 -
System Red Green Blue C M Y K H S L
Decimal 132 207 5 0.36 0 0.98 0.19 82.28 0.95 0.42
Hex 84 CF 5 24 0 62 13 52 5F 2A
Octal 204 317 5 44 0 142 23 122 137 52
Binary 10000100 11001111 101 100100 0 1100010 10011 1010010 1011111 101010

Color Harmonies of #84CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CF05

Black with #84CF05

Text Example


Text Example

White with #84CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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