Html Css Color HEX #CBE748 Las Palmas

📋 copy color: '#CBE748'

red 203 ◦ green 231 ◦ blue 72

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

Shades of Las Palmas #CBE748

Tints of Las Palmas #CBE748

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.65%

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

R = 40.12%
G = 45.65%
B = 14.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#CBE748 (or 0xCBE748) is known color: Las Palmas. HEX triplet: CB, E7 and 48. RGB value is (203,231,72). Sum of RGB (Red+Green+Blue) = 203+231+72=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE748 is #3418B7. Grayscale: #CDCDCD. Windows color (decimal): -3414200 or 4777931. OLE color: 4777931.

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

Color convert

RGB 203 231 72 -
CMYK 0.12 0 0.69 0.09
HSL 70.57º 0.77% 0.59% -
HSV(B) 70.57º 0.69% 0.91% -
XYZ 54.37 70.32 16.84 -
YUV 204.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 203 231 72 0.12 0 0.69 0.09 70.57 0.77 0.59
Hex CB E7 48 C 0 45 9 47 4D 3B
Octal 313 347 110 14 0 105 11 107 115 73
Binary 11001011 11100111 1001000 1100 0 1000101 1001 1000111 1001101 111011

Color Harmonies of #CBE748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE748

Black with #CBE748

Text Example


Text Example

White with #CBE748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE748; }

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

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

background-color css

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

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

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

border-color css

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

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

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