Html Css Color HEX #CEDB3B Las Palmas

📋 copy color: '#CEDB3B'

red 206 ◦ green 219 ◦ blue 59

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

Shades of Las Palmas #CEDB3B

Tints of Las Palmas #CEDB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.19%

R = 42.56%
G = 45.25%
B = 12.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#CEDB3B (or 0xCEDB3B) is known color: Las Palmas. HEX triplet: CE, DB and 3B. RGB value is (206,219,59). Sum of RGB (Red+Green+Blue) = 206+219+59=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB3B is #3124C4. Grayscale: #C5C5C5. Windows color (decimal): -3220677 or 3922894. OLE color: 3922894.

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

Color convert

RGB 206 219 59 -
CMYK 0.06 0 0.73 0.14
HSL 64.88º 0.69% 0.55% -
HSV(B) 64.88º 0.73% 0.86% -
XYZ 51.57 64.1 13.79 -
YUV 196.87 50.19 134.51 -
System Red Green Blue C M Y K H S L
Decimal 206 219 59 0.06 0 0.73 0.14 64.88 0.69 0.55
Hex CE DB 3B 6 0 49 E 41 45 37
Octal 316 333 73 6 0 111 16 101 105 67
Binary 11001110 11011011 111011 110 0 1001001 1110 1000001 1000101 110111

Color Harmonies of #CEDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB3B

Black with #CEDB3B

Text Example


Text Example

White with #CEDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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