Html Css Color HEX #CEDC4A Las Palmas

📋 copy color: '#CEDC4A'

red 206 ◦ green 220 ◦ blue 74

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

Shades of Las Palmas #CEDC4A

Tints of Las Palmas #CEDC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 41.2%
G = 44%
B = 14.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#CEDC4A (or 0xCEDC4A) is known color: Las Palmas. HEX triplet: CE, DC and 4A. RGB value is (206,220,74). Sum of RGB (Red+Green+Blue) = 206+220+74=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC4A is #3123B5. Grayscale: #C7C7C7. Windows color (decimal): -3220406 or 4906190. OLE color: 4906190.

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

Color convert

RGB 206 220 74 -
CMYK 0.06 0 0.66 0.14
HSL 65.75º 0.68% 0.58% -
HSV(B) 65.75º 0.66% 0.86% -
XYZ 52.28 64.8 16.23 -
YUV 199.17 57.36 132.87 -
System Red Green Blue C M Y K H S L
Decimal 206 220 74 0.06 0 0.66 0.14 65.75 0.68 0.58
Hex CE DC 4A 6 0 42 E 42 44 3A
Octal 316 334 112 6 0 102 16 102 104 72
Binary 11001110 11011100 1001010 110 0 1000010 1110 1000010 1000100 111010

Color Harmonies of #CEDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC4A

Black with #CEDC4A

Text Example


Text Example

White with #CEDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC4A; }

 p { color: rgb(206,220,74); }

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

background-color css

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

 a { background-color: rgb(206,220,74); }

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

border-color css

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

 span { border-color: rgb(206,220,74); }

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