Html Css Color HEX #CDEE4D Las Palmas

📋 copy color: '#CDEE4D'

red 205 ◦ green 238 ◦ blue 77

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

Shades of Las Palmas #CDEE4D

Tints of Las Palmas #CDEE4D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.77%

 BLUE value IS 77 (30.47% from 255) = 14.81%

R = 39.42%
G = 45.77%
B = 14.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#CDEE4D (or 0xCDEE4D) is known color: Las Palmas. HEX triplet: CD, EE and 4D. RGB value is (205,238,77). Sum of RGB (Red+Green+Blue) = 205+238+77=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE4D is #3211B2. Grayscale: #D2D2D2. Windows color (decimal): -3281331 or 5107405. OLE color: 5107405.

HSL color Cylindrical-coordinate representation of color #CDEE4D: hue angle of 72.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDEE4D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 77 -
CMYK 0.14 0 0.68 0.07
HSL 72.3º 0.83% 0.62% -
HSV(B) 72.3º 0.68% 0.93% -
XYZ 57.09 74.66 18.42 -
YUV 209.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 205 238 77 0.14 0 0.68 0.07 72.3 0.83 0.62
Hex CD EE 4D E 0 44 7 48 53 3E
Octal 315 356 115 16 0 104 7 110 123 76
Binary 11001101 11101110 1001101 1110 0 1000100 111 1001000 1010011 111110

Color Harmonies of #CDEE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE4D

Black with #CDEE4D

Text Example


Text Example

White with #CDEE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE4D; }

 p { color: rgb(205,238,77); }

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

background-color css

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

 a { background-color: rgb(205,238,77); }

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

border-color css

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

 span { border-color: rgb(205,238,77); }

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