Html Css Color HEX #CED648 Las Palmas

📋 copy color: '#CED648'

red 206 ◦ green 214 ◦ blue 72

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

Shades of Las Palmas #CED648

Tints of Las Palmas #CED648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 72 (28.52% from 255) = 14.63%

R = 41.87%
G = 43.5%
B = 14.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CED648 (or 0xCED648) is known color: Las Palmas. HEX triplet: CE, D6 and 48. RGB value is (206,214,72). Sum of RGB (Red+Green+Blue) = 206+214+72=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #CED648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED648 is #3129B7. Grayscale: #C3C3C3. Windows color (decimal): -3221944 or 4773582. OLE color: 4773582.

HSL color Cylindrical-coordinate representation of color #CED648: hue angle of 63.38º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED648 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 72 -
CMYK 0.04 0 0.66 0.16
HSL 63.38º 0.63% 0.56% -
HSV(B) 63.38º 0.66% 0.84% -
XYZ 50.67 61.68 15.37 -
YUV 195.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 206 214 72 0.04 0 0.66 0.16 63.38 0.63 0.56
Hex CE D6 48 4 0 42 10 3F 3F 38
Octal 316 326 110 4 0 102 20 77 77 70
Binary 11001110 11010110 1001000 100 0 1000010 10000 111111 111111 111000

Color Harmonies of #CED648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED648

Black with #CED648

Text Example


Text Example

White with #CED648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED648; }

 p { color: rgb(206,214,72); }

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

background-color css

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

 a { background-color: rgb(206,214,72); }

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

border-color css

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

 span { border-color: rgb(206,214,72); }

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