Html Css Color HEX #CDDF05 Electric Lime

📋 copy color: '#CDDF05'

red 205 ◦ green 223 ◦ blue 5

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

Shades of Electric Lime #CDDF05

Tints of Electric Lime #CDDF05

RGB

 RED value IS 205 (80.47% from 255) = 47.34%

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

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

R = 47.34%
G = 51.5%
B = 1.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CDDF05 (or 0xCDDF05) is known color: Electric Lime. HEX triplet: CD, DF and 05. RGB value is (205,223,5). Sum of RGB (Red+Green+Blue) = 205+223+5=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDF05 is #3220FA. Grayscale: #C1C1C1. Windows color (decimal): -3285243 or 384973. OLE color: 384973.

HSL color Cylindrical-coordinate representation of color #CDDF05: hue angle of 64.95º 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 #CDDF05 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 223 5 -
CMYK 0.08 0 0.98 0.13
HSL 64.95º 0.96% 0.45% -
HSV(B) 64.95º 0.98% 0.87% -
XYZ 51.59 65.77 10.12 -
YUV 192.77 22.04 136.73 -
System Red Green Blue C M Y K H S L
Decimal 205 223 5 0.08 0 0.98 0.13 64.95 0.96 0.45
Hex CD DF 5 8 0 62 D 41 60 2D
Octal 315 337 5 10 0 142 15 101 140 55
Binary 11001101 11011111 101 1000 0 1100010 1101 1000001 1100000 101101

Color Harmonies of #CDDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF05

Black with #CDDF05

Text Example


Text Example

White with #CDDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF05; }

 p { color: rgb(205,223,5); }

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

background-color css

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

 a { background-color: rgb(205,223,5); }

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

border-color css

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

 span { border-color: rgb(205,223,5); }

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