Html Css Color HEX #CDE142 Las Palmas

📋 copy color: '#CDE142'

red 205 ◦ green 225 ◦ blue 66

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

Shades of Las Palmas #CDE142

Tints of Las Palmas #CDE142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

 BLUE value IS 66 (26.17% from 255) = 13.31%

R = 41.33%
G = 45.36%
B = 13.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CDE142 (or 0xCDE142) is known color: Las Palmas. HEX triplet: CD, E1 and 42. RGB value is (205,225,66). Sum of RGB (Red+Green+Blue) = 205+225+66=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE142 is #321EBD. Grayscale: #C9C9C9. Windows color (decimal): -3284670 or 4383181. OLE color: 4383181.

HSL color Cylindrical-coordinate representation of color #CDE142: hue angle of 67.55º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDE142 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 66 -
CMYK 0.09 0 0.71 0.12
HSL 67.55º 0.73% 0.57% -
HSV(B) 67.55º 0.71% 0.88% -
XYZ 53.09 67.22 15.33 -
YUV 200.89 51.87 130.93 -
System Red Green Blue C M Y K H S L
Decimal 205 225 66 0.09 0 0.71 0.12 67.55 0.73 0.57
Hex CD E1 42 9 0 47 C 44 49 39
Octal 315 341 102 11 0 107 14 104 111 71
Binary 11001101 11100001 1000010 1001 0 1000111 1100 1000100 1001001 111001

Color Harmonies of #CDE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE142

Black with #CDE142

Text Example


Text Example

White with #CDE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE142; }

 p { color: rgb(205,225,66); }

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

background-color css

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

 a { background-color: rgb(205,225,66); }

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

border-color css

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

 span { border-color: rgb(205,225,66); }

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