Html Css Color HEX #CFFD05 Electric Lime

📋 copy color: '#CFFD05'

red 207 ◦ green 253 ◦ blue 5

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

Shades of Electric Lime #CFFD05

Tints of Electric Lime #CFFD05

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.41%

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

R = 44.52%
G = 54.41%
B = 1.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#CFFD05 (or 0xCFFD05) is known color: Electric Lime. HEX triplet: CF, FD and 05. RGB value is (207,253,5). Sum of RGB (Red+Green+Blue) = 207+253+5=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD05 is #3002FA. Grayscale: #D3D3D3. Windows color (decimal): -3146491 or 392655. OLE color: 392655.

HSL color Cylindrical-coordinate representation of color #CFFD05: hue angle of 71.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFFD05 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 253 5 -
CMYK 0.18 0 0.98 0.01
HSL 71.13º 0.98% 0.51% -
HSV(B) 71.13º 0.98% 0.99% -
XYZ 60.88 83.53 13.06 -
YUV 210.97 11.76 125.17 -
System Red Green Blue C M Y K H S L
Decimal 207 253 5 0.18 0 0.98 0.01 71.13 0.98 0.51
Hex CF FD 5 12 0 62 1 47 62 33
Octal 317 375 5 22 0 142 1 107 142 63
Binary 11001111 11111101 101 10010 0 1100010 1 1000111 1100010 110011

Color Harmonies of #CFFD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD05

Black with #CFFD05

Text Example


Text Example

White with #CFFD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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