Html Css Color HEX #CFDF04 Electric Lime

📋 copy color: '#CFDF04'

red 207 ◦ green 223 ◦ blue 4

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

Shades of Electric Lime #CFDF04

Tints of Electric Lime #CFDF04

RGB

 RED value IS 207 (81.25% from 255) = 47.7%

 GREEN value IS 223 (87.5% from 255) = 51.38%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 47.7%
G = 51.38%
B = 0.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CFDF04 (or 0xCFDF04) is known color: Electric Lime. HEX triplet: CF, DF and 04. RGB value is (207,223,4). Sum of RGB (Red+Green+Blue) = 207+223+4=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF04 is #3020FB. Grayscale: #C2C2C2. Windows color (decimal): -3154172 or 319439. OLE color: 319439.

HSL color Cylindrical-coordinate representation of color #CFDF04: hue angle of 64.38º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFDF04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 223 4 -
CMYK 0.07 0 0.98 0.13
HSL 64.38º 0.96% 0.45% -
HSV(B) 64.38º 0.98% 0.87% -
XYZ 52.14 66.05 10.12 -
YUV 193.25 21.2 137.81 -
System Red Green Blue C M Y K H S L
Decimal 207 223 4 0.07 0 0.98 0.13 64.38 0.96 0.45
Hex CF DF 4 7 0 62 D 40 60 2D
Octal 317 337 4 7 0 142 15 100 140 55
Binary 11001111 11011111 100 111 0 1100010 1101 1000000 1100000 101101

Color Harmonies of #CFDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDF04

Black with #CFDF04

Text Example


Text Example

White with #CFDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDF04; }

 p { color: rgb(207,223,4); }

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

background-color css

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

 a { background-color: rgb(207,223,4); }

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

border-color css

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

 span { border-color: rgb(207,223,4); }

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