Html Css Color HEX #CDE246 Las Palmas

📋 copy color: '#CDE246'

red 205 ◦ green 226 ◦ blue 70

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

Shades of Las Palmas #CDE246

Tints of Las Palmas #CDE246

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.11%

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

R = 40.92%
G = 45.11%
B = 13.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#CDE246 (or 0xCDE246) is known color: Las Palmas. HEX triplet: CD, E2 and 46. RGB value is (205,226,70). Sum of RGB (Red+Green+Blue) = 205+226+70=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE246 is #321DB9. Grayscale: #CACACA. Windows color (decimal): -3284410 or 4645581. OLE color: 4645581.

HSL color Cylindrical-coordinate representation of color #CDE246: hue angle of 68.08º degrees, saturation: 0.73, 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 #CDE246 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 226 70 -
CMYK 0.09 0 0.69 0.11
HSL 68.08º 0.73% 0.58% -
HSV(B) 68.08º 0.69% 0.89% -
XYZ 53.48 67.81 16.07 -
YUV 201.94 53.54 130.18 -
System Red Green Blue C M Y K H S L
Decimal 205 226 70 0.09 0 0.69 0.11 68.08 0.73 0.58
Hex CD E2 46 9 0 45 B 44 49 3A
Octal 315 342 106 11 0 105 13 104 111 72
Binary 11001101 11100010 1000110 1001 0 1000101 1011 1000100 1001001 111010

Color Harmonies of #CDE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE246

Black with #CDE246

Text Example


Text Example

White with #CDE246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE246; }

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

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

background-color css

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

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

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

border-color css

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

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

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