Html Css Color HEX #CDF316 Electric Lime

📋 copy color: '#CDF316'

red 205 ◦ green 243 ◦ blue 22

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

Shades of Electric Lime #CDF316

Tints of Electric Lime #CDF316

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.7%

 BLUE value IS 22 (8.98% from 255) = 4.68%

R = 43.62%
G = 51.7%
B = 4.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CDF316 (or 0xCDF316) is known color: Electric Lime. HEX triplet: CD, F3 and 16. RGB value is (205,243,22). Sum of RGB (Red+Green+Blue) = 205+243+22=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF316 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF316 is #320CE9. Grayscale: #CFCFCF. Windows color (decimal): -3280106 or 1504205. OLE color: 1504205.

HSL color Cylindrical-coordinate representation of color #CDF316: hue angle of 70.32º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF316 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 243 22 -
CMYK 0.16 0 0.91 0.05
HSL 70.32º 0.9% 0.52% -
HSV(B) 70.32º 0.91% 0.95% -
XYZ 57.37 77.14 12.62 -
YUV 206.44 23.91 126.97 -
System Red Green Blue C M Y K H S L
Decimal 205 243 22 0.16 0 0.91 0.05 70.32 0.9 0.52
Hex CD F3 16 10 0 5B 5 46 5A 34
Octal 315 363 26 20 0 133 5 106 132 64
Binary 11001101 11110011 10110 10000 0 1011011 101 1000110 1011010 110100

Color Harmonies of #CDF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF316

Black with #CDF316

Text Example


Text Example

White with #CDF316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF316; }

 p { color: rgb(205,243,22); }

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

background-color css

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

 a { background-color: rgb(205,243,22); }

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

border-color css

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

 span { border-color: rgb(205,243,22); }

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