Html Css Color HEX #84CD0B Citrus

📋 copy color: '#84CD0B'

red 132 ◦ green 205 ◦ blue 11

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

Shades of Citrus #84CD0B

Tints of Citrus #84CD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 37.93%
G = 58.91%
B = 3.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#84CD0B (or 0x84CD0B) is known color: Citrus. HEX triplet: 84, CD and 0B. RGB value is (132,205,11). Sum of RGB (Red+Green+Blue) = 132+205+11=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CD0B is #7B32F4. Grayscale: #A1A1A1. Windows color (decimal): -8073973 or 773508. OLE color: 773508.

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

Color convert

RGB 132 205 11 -
CMYK 0.36 0 0.95 0.20
HSL 82.58º 0.9% 0.42% -
HSV(B) 82.58º 0.95% 0.8% -
XYZ 31.41 48.59 8.04 -
YUV 161.06 43.32 107.27 -
System Red Green Blue C M Y K H S L
Decimal 132 205 11 0.36 0 0.95 0.20 82.58 0.9 0.42
Hex 84 CD B 24 0 5F 14 53 5A 2A
Octal 204 315 13 44 0 137 24 123 132 52
Binary 10000100 11001101 1011 100100 0 1011111 10100 1010011 1011010 101010

Color Harmonies of #84CD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CD0B

Black with #84CD0B

Text Example


Text Example

White with #84CD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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