Html Css Color HEX #CFE505 Electric Lime

📋 copy color: '#CFE505'

red 207 ◦ green 229 ◦ blue 5

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

Shades of Electric Lime #CFE505

Tints of Electric Lime #CFE505

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.93%

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

R = 46.94%
G = 51.93%
B = 1.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#CFE505 (or 0xCFE505) is known color: Electric Lime. HEX triplet: CF, E5 and 05. RGB value is (207,229,5). Sum of RGB (Red+Green+Blue) = 207+229+5=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE505 is #301AFA. Grayscale: #C5C5C5. Windows color (decimal): -3152635 or 386511. OLE color: 386511.

HSL color Cylindrical-coordinate representation of color #CFE505: hue angle of 65.89º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFE505 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 5 -
CMYK 0.10 0 0.98 0.10
HSL 65.89º 0.96% 0.46% -
HSV(B) 65.89º 0.98% 0.9% -
XYZ 53.78 69.31 10.69 -
YUV 196.89 19.71 135.21 -
System Red Green Blue C M Y K H S L
Decimal 207 229 5 0.10 0 0.98 0.10 65.89 0.96 0.46
Hex CF E5 5 A 0 62 A 42 60 2E
Octal 317 345 5 12 0 142 12 102 140 56
Binary 11001111 11100101 101 1010 0 1100010 1010 1000010 1100000 101110

Color Harmonies of #CFE505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE505

Black with #CFE505

Text Example


Text Example

White with #CFE505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE505; }

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

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

background-color css

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

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

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

border-color css

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

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

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