Html Css Color HEX #CEDD4B Las Palmas

📋 copy color: '#CEDD4B'

red 206 ◦ green 221 ◦ blue 75

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

Shades of Las Palmas #CEDD4B

Tints of Las Palmas #CEDD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.94%

R = 41.04%
G = 44.02%
B = 14.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#CEDD4B (or 0xCEDD4B) is known color: Las Palmas. HEX triplet: CE, DD and 4B. RGB value is (206,221,75). Sum of RGB (Red+Green+Blue) = 206+221+75=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD4B is #3122B4. Grayscale: #C8C8C8. Windows color (decimal): -3220149 or 4971982. OLE color: 4971982.

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

Color convert

RGB 206 221 75 -
CMYK 0.07 0 0.66 0.13
HSL 66.16º 0.68% 0.58% -
HSV(B) 66.16º 0.66% 0.87% -
XYZ 52.58 65.34 16.5 -
YUV 199.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 206 221 75 0.07 0 0.66 0.13 66.16 0.68 0.58
Hex CE DD 4B 7 0 42 D 42 44 3A
Octal 316 335 113 7 0 102 15 102 104 72
Binary 11001110 11011101 1001011 111 0 1000010 1101 1000010 1000100 111010

Color Harmonies of #CEDD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD4B

Black with #CEDD4B

Text Example


Text Example

White with #CEDD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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