Html Css Color HEX #CEDB4B Las Palmas

📋 copy color: '#CEDB4B'

red 206 ◦ green 219 ◦ blue 75

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

Shades of Las Palmas #CEDB4B

Tints of Las Palmas #CEDB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15%

R = 41.2%
G = 43.8%
B = 15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#CEDB4B (or 0xCEDB4B) is known color: Las Palmas. HEX triplet: CE, DB and 4B. RGB value is (206,219,75). Sum of RGB (Red+Green+Blue) = 206+219+75=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB4B is #3124B4. Grayscale: #C7C7C7. Windows color (decimal): -3220661 or 4971470. OLE color: 4971470.

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

Color convert

RGB 206 219 75 -
CMYK 0.06 0 0.66 0.14
HSL 65.42º 0.67% 0.58% -
HSV(B) 65.42º 0.66% 0.86% -
XYZ 52.06 64.29 16.32 -
YUV 198.7 58.19 133.21 -
System Red Green Blue C M Y K H S L
Decimal 206 219 75 0.06 0 0.66 0.14 65.42 0.67 0.58
Hex CE DB 4B 6 0 42 E 41 43 3A
Octal 316 333 113 6 0 102 16 101 103 72
Binary 11001110 11011011 1001011 110 0 1000010 1110 1000001 1000011 111010

Color Harmonies of #CEDB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB4B

Black with #CEDB4B

Text Example


Text Example

White with #CEDB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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