Html Css Color HEX #CBDD48 Las Palmas

📋 copy color: '#CBDD48'

red 203 ◦ green 221 ◦ blue 72

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

Shades of Las Palmas #CBDD48

Tints of Las Palmas #CBDD48

RGB

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

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

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

R = 40.93%
G = 44.56%
B = 14.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#CBDD48 (or 0xCBDD48) is known color: Las Palmas. HEX triplet: CB, DD and 48. RGB value is (203,221,72). Sum of RGB (Red+Green+Blue) = 203+221+72=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD48 is #3422B7. Grayscale: #C7C7C7. Windows color (decimal): -3416760 or 4775371. OLE color: 4775371.

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

Color convert

RGB 203 221 72 -
CMYK 0.08 0 0.67 0.13
HSL 67.25º 0.69% 0.57% -
HSV(B) 67.25º 0.67% 0.87% -
XYZ 51.65 64.88 15.93 -
YUV 198.63 56.54 131.12 -
System Red Green Blue C M Y K H S L
Decimal 203 221 72 0.08 0 0.67 0.13 67.25 0.69 0.57
Hex CB DD 48 8 0 43 D 43 45 39
Octal 313 335 110 10 0 103 15 103 105 71
Binary 11001011 11011101 1001000 1000 0 1000011 1101 1000011 1000101 111001

Color Harmonies of #CBDD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD48

Black with #CBDD48

Text Example


Text Example

White with #CBDD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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