Html Css Color HEX #CEDB47 Las Palmas

📋 copy color: '#CEDB47'

red 206 ◦ green 219 ◦ blue 71

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

Shades of Las Palmas #CEDB47

Tints of Las Palmas #CEDB47

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

 BLUE value IS 71 (28.13% from 255) = 14.31%

R = 41.53%
G = 44.15%
B = 14.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#CEDB47 (or 0xCEDB47) is known color: Las Palmas. HEX triplet: CE, DB and 47. RGB value is (206,219,71). Sum of RGB (Red+Green+Blue) = 206+219+71=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB47 is #3124B8. Grayscale: #C6C6C6. Windows color (decimal): -3220665 or 4709326. OLE color: 4709326.

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

Color convert

RGB 206 219 71 -
CMYK 0.06 0 0.68 0.14
HSL 65.27º 0.67% 0.57% -
HSV(B) 65.27º 0.68% 0.86% -
XYZ 51.92 64.24 15.62 -
YUV 198.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 206 219 71 0.06 0 0.68 0.14 65.27 0.67 0.57
Hex CE DB 47 6 0 44 E 41 43 39
Octal 316 333 107 6 0 104 16 101 103 71
Binary 11001110 11011011 1000111 110 0 1000100 1110 1000001 1000011 111001

Color Harmonies of #CEDB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB47

Black with #CEDB47

Text Example


Text Example

White with #CEDB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB47; }

 p { color: rgb(206,219,71); }

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

background-color css

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

 a { background-color: rgb(206,219,71); }

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

border-color css

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

 span { border-color: rgb(206,219,71); }

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