Html Css Color HEX #CDE64D Las Palmas

📋 copy color: '#CDE64D'

red 205 ◦ green 230 ◦ blue 77

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

Shades of Las Palmas #CDE64D

Tints of Las Palmas #CDE64D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.92%

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

R = 40.04%
G = 44.92%
B = 15.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#CDE64D (or 0xCDE64D) is known color: Las Palmas. HEX triplet: CD, E6 and 4D. RGB value is (205,230,77). Sum of RGB (Red+Green+Blue) = 205+230+77=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE64D is #3219B2. Grayscale: #CDCDCD. Windows color (decimal): -3283379 or 5105357. OLE color: 5105357.

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

Color convert

RGB 205 230 77 -
CMYK 0.11 0 0.67 0.10
HSL 69.8º 0.75% 0.6% -
HSV(B) 69.8º 0.67% 0.9% -
XYZ 54.81 70.11 17.66 -
YUV 205.08 55.72 127.94 -
System Red Green Blue C M Y K H S L
Decimal 205 230 77 0.11 0 0.67 0.10 69.8 0.75 0.6
Hex CD E6 4D B 0 43 A 46 4B 3C
Octal 315 346 115 13 0 103 12 106 113 74
Binary 11001101 11100110 1001101 1011 0 1000011 1010 1000110 1001011 111100

Color Harmonies of #CDE64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE64D

Black with #CDE64D

Text Example


Text Example

White with #CDE64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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