Html Css Color HEX #CDE907 Electric Lime

📋 copy color: '#CDE907'

red 205 ◦ green 233 ◦ blue 7

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

Shades of Electric Lime #CDE907

Tints of Electric Lime #CDE907

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.36%

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 46.07%
G = 52.36%
B = 1.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#CDE907 (or 0xCDE907) is known color: Electric Lime. HEX triplet: CD, E9 and 07. RGB value is (205,233,7). Sum of RGB (Red+Green+Blue) = 205+233+7=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 233 (91.41% from 255 or 52.36% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE907 is #3216F8. Grayscale: #C7C7C7. Windows color (decimal): -3282681 or 518605. OLE color: 518605.

HSL color Cylindrical-coordinate representation of color #CDE907: hue angle of 67.43º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE907 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 7 -
CMYK 0.12 0 0.97 0.09
HSL 67.43º 0.94% 0.47% -
HSV(B) 67.43º 0.97% 0.91% -
XYZ 54.35 71.27 11.09 -
YUV 198.86 19.72 132.38 -
System Red Green Blue C M Y K H S L
Decimal 205 233 7 0.12 0 0.97 0.09 67.43 0.94 0.47
Hex CD E9 7 C 0 61 9 43 5E 2F
Octal 315 351 7 14 0 141 11 103 136 57
Binary 11001101 11101001 111 1100 0 1100001 1001 1000011 1011110 101111

Color Harmonies of #CDE907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE907

Black with #CDE907

Text Example


Text Example

White with #CDE907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE907; }

 p { color: rgb(205,233,7); }

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

background-color css

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

 a { background-color: rgb(205,233,7); }

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

border-color css

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

 span { border-color: rgb(205,233,7); }

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