Html Css Color HEX #CFED05 Electric Lime

📋 copy color: '#CFED05'

red 207 ◦ green 237 ◦ blue 5

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

Shades of Electric Lime #CFED05

Tints of Electric Lime #CFED05

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.78%

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

R = 46.1%
G = 52.78%
B = 1.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#CFED05 (or 0xCFED05) is known color: Electric Lime. HEX triplet: CF, ED and 05. RGB value is (207,237,5). Sum of RGB (Red+Green+Blue) = 207+237+5=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED05 is #3012FA. Grayscale: #CACACA. Windows color (decimal): -3150587 or 388559. OLE color: 388559.

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

Color convert

RGB 207 237 5 -
CMYK 0.13 0 0.98 0.07
HSL 67.76º 0.96% 0.47% -
HSV(B) 67.76º 0.98% 0.93% -
XYZ 56.04 73.84 11.44 -
YUV 201.58 17.06 131.86 -
System Red Green Blue C M Y K H S L
Decimal 207 237 5 0.13 0 0.98 0.07 67.76 0.96 0.47
Hex CF ED 5 D 0 62 7 44 60 2F
Octal 317 355 5 15 0 142 7 104 140 57
Binary 11001111 11101101 101 1101 0 1100010 111 1000100 1100000 101111

Color Harmonies of #CFED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED05

Black with #CFED05

Text Example


Text Example

White with #CFED05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED05; }

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

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

background-color css

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

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

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

border-color css

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

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

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