Html Css Color HEX #CED948 Las Palmas

📋 copy color: '#CED948'

red 206 ◦ green 217 ◦ blue 72

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

Shades of Las Palmas #CED948

Tints of Las Palmas #CED948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

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

R = 41.62%
G = 43.84%
B = 14.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#CED948 (or 0xCED948) is known color: Las Palmas. HEX triplet: CE, D9 and 48. RGB value is (206,217,72). Sum of RGB (Red+Green+Blue) = 206+217+72=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #CED948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED948 is #3126B7. Grayscale: #C5C5C5. Windows color (decimal): -3221176 or 4774350. OLE color: 4774350.

HSL color Cylindrical-coordinate representation of color #CED948: hue angle of 64.55º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CED948 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 72 -
CMYK 0.05 0 0.67 0.15
HSL 64.55º 0.66% 0.57% -
HSV(B) 64.55º 0.67% 0.85% -
XYZ 51.44 63.22 15.62 -
YUV 197.18 57.36 134.29 -
System Red Green Blue C M Y K H S L
Decimal 206 217 72 0.05 0 0.67 0.15 64.55 0.66 0.57
Hex CE D9 48 5 0 43 F 41 42 39
Octal 316 331 110 5 0 103 17 101 102 71
Binary 11001110 11011001 1001000 101 0 1000011 1111 1000001 1000010 111001

Color Harmonies of #CED948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED948

Black with #CED948

Text Example


Text Example

White with #CED948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED948; }

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

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

background-color css

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

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

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

border-color css

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

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

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