Html Css Color HEX #CBDD4C Las Palmas

📋 copy color: '#CBDD4C'

red 203 ◦ green 221 ◦ blue 76

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

Shades of Las Palmas #CBDD4C

Tints of Las Palmas #CBDD4C

RGB

 RED value IS 203 (79.69% from 255) = 40.6%

 GREEN value IS 221 (86.72% from 255) = 44.2%

 BLUE value IS 76 (30.08% from 255) = 15.2%

R = 40.6%
G = 44.2%
B = 15.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#CBDD4C (or 0xCBDD4C) is known color: Las Palmas. HEX triplet: CB, DD and 4C. RGB value is (203,221,76). Sum of RGB (Red+Green+Blue) = 203+221+76=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD4C is #3422B3. Grayscale: #C7C7C7. Windows color (decimal): -3416756 or 5037515. OLE color: 5037515.

HSL color Cylindrical-coordinate representation of color #CBDD4C: hue angle of 67.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBDD4C is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 76 -
CMYK 0.08 0 0.66 0.13
HSL 67.45º 0.68% 0.58% -
HSV(B) 67.45º 0.66% 0.87% -
XYZ 51.79 64.93 16.64 -
YUV 199.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 203 221 76 0.08 0 0.66 0.13 67.45 0.68 0.58
Hex CB DD 4C 8 0 42 D 43 44 3A
Octal 313 335 114 10 0 102 15 103 104 72
Binary 11001011 11011101 1001100 1000 0 1000010 1101 1000011 1000100 111010

Color Harmonies of #CBDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD4C

Black with #CBDD4C

Text Example


Text Example

White with #CBDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD4C; }

 p { color: rgb(203,221,76); }

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

background-color css

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

 a { background-color: rgb(203,221,76); }

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

border-color css

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

 span { border-color: rgb(203,221,76); }

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