Html Css Color HEX #CDE446 Las Palmas

📋 copy color: '#CDE446'

red 205 ◦ green 228 ◦ blue 70

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

Shades of Las Palmas #CDE446

Tints of Las Palmas #CDE446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.33%

 BLUE value IS 70 (27.73% from 255) = 13.92%

R = 40.76%
G = 45.33%
B = 13.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#CDE446 (or 0xCDE446) is known color: Las Palmas. HEX triplet: CD, E4 and 46. RGB value is (205,228,70). Sum of RGB (Red+Green+Blue) = 205+228+70=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE446 is #321BB9. Grayscale: #CBCBCB. Windows color (decimal): -3283898 or 4646093. OLE color: 4646093.

HSL color Cylindrical-coordinate representation of color #CDE446: hue angle of 68.73º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDE446 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 70 -
CMYK 0.10 0 0.69 0.11
HSL 68.73º 0.75% 0.58% -
HSV(B) 68.73º 0.69% 0.89% -
XYZ 54.03 68.91 16.25 -
YUV 203.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 205 228 70 0.10 0 0.69 0.11 68.73 0.75 0.58
Hex CD E4 46 A 0 45 B 45 4B 3A
Octal 315 344 106 12 0 105 13 105 113 72
Binary 11001101 11100100 1000110 1010 0 1000101 1011 1000101 1001011 111010

Color Harmonies of #CDE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE446

Black with #CDE446

Text Example


Text Example

White with #CDE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE446; }

 p { color: rgb(205,228,70); }

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

background-color css

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

 a { background-color: rgb(205,228,70); }

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

border-color css

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

 span { border-color: rgb(205,228,70); }

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