Html Css Color HEX #CEDD43 Las Palmas

📋 copy color: '#CEDD43'

red 206 ◦ green 221 ◦ blue 67

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

Shades of Las Palmas #CEDD43

Tints of Las Palmas #CEDD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.56%

R = 41.7%
G = 44.74%
B = 13.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#CEDD43 (or 0xCEDD43) is known color: Las Palmas. HEX triplet: CE, DD and 43. RGB value is (206,221,67). Sum of RGB (Red+Green+Blue) = 206+221+67=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 67 (26.56% from 255 or 13.56% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD43 is #3122BC. Grayscale: #C7C7C7. Windows color (decimal): -3220157 or 4447694. OLE color: 4447694.

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

Color convert

RGB 206 221 67 -
CMYK 0.07 0 0.70 0.13
HSL 65.84º 0.69% 0.56% -
HSV(B) 65.84º 0.7% 0.87% -
XYZ 52.32 65.24 15.15 -
YUV 198.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 206 221 67 0.07 0 0.70 0.13 65.84 0.69 0.56
Hex CE DD 43 7 0 46 D 42 45 38
Octal 316 335 103 7 0 106 15 102 105 70
Binary 11001110 11011101 1000011 111 0 1000110 1101 1000010 1000101 111000

Color Harmonies of #CEDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD43

Black with #CEDD43

Text Example


Text Example

White with #CEDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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