Html Css Color HEX #CBE648 Las Palmas

📋 copy color: '#CBE648'

red 203 ◦ green 230 ◦ blue 72

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

Shades of Las Palmas #CBE648

Tints of Las Palmas #CBE648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.54%

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

R = 40.2%
G = 45.54%
B = 14.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#CBE648 (or 0xCBE648) is known color: Las Palmas. HEX triplet: CB, E6 and 48. RGB value is (203,230,72). Sum of RGB (Red+Green+Blue) = 203+230+72=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE648 is #3419B7. Grayscale: #CCCCCC. Windows color (decimal): -3414456 or 4777675. OLE color: 4777675.

HSL color Cylindrical-coordinate representation of color #CBE648: hue angle of 70.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBE648 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 72 -
CMYK 0.12 0 0.69 0.10
HSL 70.25º 0.76% 0.59% -
HSV(B) 70.25º 0.69% 0.9% -
XYZ 54.1 69.76 16.74 -
YUV 203.92 53.55 127.35 -
System Red Green Blue C M Y K H S L
Decimal 203 230 72 0.12 0 0.69 0.10 70.25 0.76 0.59
Hex CB E6 48 C 0 45 A 46 4C 3B
Octal 313 346 110 14 0 105 12 106 114 73
Binary 11001011 11100110 1001000 1100 0 1000101 1010 1000110 1001100 111011

Color Harmonies of #CBE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE648

Black with #CBE648

Text Example


Text Example

White with #CBE648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE648; }

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

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

background-color css

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

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

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

border-color css

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

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

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