Html Css Color HEX #8CCD02 Citrus

📋 copy color: '#8CCD02'

red 140 ◦ green 205 ◦ blue 2

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

Shades of Citrus #8CCD02

Tints of Citrus #8CCD02

RGB

 RED value IS 140 (55.08% from 255) = 40.35%

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 40.35%
G = 59.08%
B = 0.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#8CCD02 (or 0x8CCD02) is known color: Citrus. HEX triplet: 8C, CD and 02. RGB value is (140,205,2). Sum of RGB (Red+Green+Blue) = 140+205+2=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCD02 is #7332FD. Grayscale: #A3A3A3. Windows color (decimal): -7549694 or 183692. OLE color: 183692.

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

Color convert

RGB 140 205 2 -
CMYK 0.32 0 0.99 0.20
HSL 79.21º 0.98% 0.41% -
HSV(B) 79.21º 0.99% 0.8% -
XYZ 32.66 49.24 7.84 -
YUV 162.42 37.47 112.01 -
System Red Green Blue C M Y K H S L
Decimal 140 205 2 0.32 0 0.99 0.20 79.21 0.98 0.41
Hex 8C CD 2 20 0 63 14 4F 62 29
Octal 214 315 2 40 0 143 24 117 142 51
Binary 10001100 11001101 10 100000 0 1100011 10100 1001111 1100010 101001

Color Harmonies of #8CCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD02

Black with #8CCD02

Text Example


Text Example

White with #8CCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCD02; }

 p { color: rgb(140,205,2); }

 H1.HeaderClassName
 {
   color: #8CCD02;
 }
 .AnyTagClassName
 {
   color: #8CCD02;
 }
</style>

background-color css

<style>
 a { background-color: #8CCD02; }

 a { background-color: rgb(140,205,2); }

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

border-color css

<style>
 span { border-color: #8CCD02; }

 span { border-color: rgb(140,205,2); }

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