Html Css Color HEX #8DCF02 Citrus

📋 copy color: '#8DCF02'

red 141 ◦ green 207 ◦ blue 2

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

Shades of Citrus #8DCF02

Tints of Citrus #8DCF02

RGB

 RED value IS 141 (55.47% from 255) = 40.29%

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

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

R = 40.29%
G = 59.14%
B = 0.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#8DCF02 (or 0x8DCF02) is known color: Citrus. HEX triplet: 8D, CF and 02. RGB value is (141,207,2). Sum of RGB (Red+Green+Blue) = 141+207+2=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCF02 is #7230FD. Grayscale: #A4A4A4. Windows color (decimal): -7483646 or 184205. OLE color: 184205.

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

Color convert

RGB 141 207 2 -
CMYK 0.32 0 0.99 0.19
HSL 79.32º 0.98% 0.41% -
HSV(B) 79.32º 0.99% 0.81% -
XYZ 33.31 50.29 8.01 -
YUV 163.9 36.63 111.67 -
System Red Green Blue C M Y K H S L
Decimal 141 207 2 0.32 0 0.99 0.19 79.32 0.98 0.41
Hex 8D CF 2 20 0 63 13 4F 62 29
Octal 215 317 2 40 0 143 23 117 142 51
Binary 10001101 11001111 10 100000 0 1100011 10011 1001111 1100010 101001

Color Harmonies of #8DCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCF02

Black with #8DCF02

Text Example


Text Example

White with #8DCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,207,2); }

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

background-color css

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

 a { background-color: rgb(141,207,2); }

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

border-color css

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

 span { border-color: rgb(141,207,2); }

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