Html Css Color HEX #CEDD3C Las Palmas

📋 copy color: '#CEDD3C'

red 206 ◦ green 221 ◦ blue 60

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

Shades of Las Palmas #CEDD3C

Tints of Las Palmas #CEDD3C

RGB

 RED value IS 206 (80.86% from 255) = 42.3%

 GREEN value IS 221 (86.72% from 255) = 45.38%

 BLUE value IS 60 (23.83% from 255) = 12.32%

R = 42.3%
G = 45.38%
B = 12.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#CEDD3C (or 0xCEDD3C) is known color: Las Palmas. HEX triplet: CE, DD and 3C. RGB value is (206,221,60). Sum of RGB (Red+Green+Blue) = 206+221+60=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD3C is #3122C3. Grayscale: #C6C6C6. Windows color (decimal): -3220164 or 3988942. OLE color: 3988942.

HSL color Cylindrical-coordinate representation of color #CEDD3C: hue angle of 65.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEDD3C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 60 -
CMYK 0.07 0 0.73 0.13
HSL 65.59º 0.7% 0.55% -
HSV(B) 65.59º 0.73% 0.87% -
XYZ 52.13 65.16 14.1 -
YUV 198.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 206 221 60 0.07 0 0.73 0.13 65.59 0.7 0.55
Hex CE DD 3C 7 0 49 D 42 46 37
Octal 316 335 74 7 0 111 15 102 106 67
Binary 11001110 11011101 111100 111 0 1001001 1101 1000010 1000110 110111

Color Harmonies of #CEDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD3C

Black with #CEDD3C

Text Example


Text Example

White with #CEDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD3C; }

 p { color: rgb(206,221,60); }

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

background-color css

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

 a { background-color: rgb(206,221,60); }

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

border-color css

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

 span { border-color: rgb(206,221,60); }

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