Html Css Color HEX #CED741 Las Palmas

📋 copy color: '#CED741'

red 206 ◦ green 215 ◦ blue 65

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

Shades of Las Palmas #CED741

Tints of Las Palmas #CED741

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.24%

 BLUE value IS 65 (25.78% from 255) = 13.37%

R = 42.39%
G = 44.24%
B = 13.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CED741 (or 0xCED741) is known color: Las Palmas. HEX triplet: CE, D7 and 41. RGB value is (206,215,65). Sum of RGB (Red+Green+Blue) = 206+215+65=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #CED741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED741 is #3128BE. Grayscale: #C3C3C3. Windows color (decimal): -3221695 or 4315086. OLE color: 4315086.

HSL color Cylindrical-coordinate representation of color #CED741: hue angle of 63.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CED741 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 65 -
CMYK 0.04 0 0.70 0.16
HSL 63.6º 0.65% 0.55% -
HSV(B) 63.6º 0.7% 0.84% -
XYZ 50.71 62.1 14.32 -
YUV 195.21 54.52 135.7 -
System Red Green Blue C M Y K H S L
Decimal 206 215 65 0.04 0 0.70 0.16 63.6 0.65 0.55
Hex CE D7 41 4 0 46 10 40 41 37
Octal 316 327 101 4 0 106 20 100 101 67
Binary 11001110 11010111 1000001 100 0 1000110 10000 1000000 1000001 110111

Color Harmonies of #CED741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED741

Black with #CED741

Text Example


Text Example

White with #CED741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED741; }

 p { color: rgb(206,215,65); }

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

background-color css

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

 a { background-color: rgb(206,215,65); }

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

border-color css

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

 span { border-color: rgb(206,215,65); }

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