Html Css Color HEX #CEDD45 Las Palmas

📋 copy color: '#CEDD45'

red 206 ◦ green 221 ◦ blue 69

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

Shades of Las Palmas #CEDD45

Tints of Las Palmas #CEDD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.91%

R = 41.53%
G = 44.56%
B = 13.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#CEDD45 (or 0xCEDD45) is known color: Las Palmas. HEX triplet: CE, DD and 45. RGB value is (206,221,69). Sum of RGB (Red+Green+Blue) = 206+221+69=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD45 is #3122BA. Grayscale: #C7C7C7. Windows color (decimal): -3220155 or 4578766. OLE color: 4578766.

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

Color convert

RGB 206 221 69 -
CMYK 0.07 0 0.69 0.13
HSL 65.92º 0.69% 0.57% -
HSV(B) 65.92º 0.69% 0.87% -
XYZ 52.38 65.26 15.47 -
YUV 199.19 54.53 132.86 -
System Red Green Blue C M Y K H S L
Decimal 206 221 69 0.07 0 0.69 0.13 65.92 0.69 0.57
Hex CE DD 45 7 0 45 D 42 45 39
Octal 316 335 105 7 0 105 15 102 105 71
Binary 11001110 11011101 1000101 111 0 1000101 1101 1000010 1000101 111001

Color Harmonies of #CEDD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD45

Black with #CEDD45

Text Example


Text Example

White with #CEDD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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