Html Css Color HEX #CBE948 Las Palmas

📋 copy color: '#CBE948'

red 203 ◦ green 233 ◦ blue 72

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

Shades of Las Palmas #CBE948

Tints of Las Palmas #CBE948

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.87%

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

R = 39.96%
G = 45.87%
B = 14.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#CBE948 (or 0xCBE948) is known color: Las Palmas. HEX triplet: CB, E9 and 48. RGB value is (203,233,72). Sum of RGB (Red+Green+Blue) = 203+233+72=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE948 is #3416B7. Grayscale: #CECECE. Windows color (decimal): -3413688 or 4778443. OLE color: 4778443.

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

Color convert

RGB 203 233 72 -
CMYK 0.13 0 0.69 0.09
HSL 71.18º 0.79% 0.6% -
HSV(B) 71.18º 0.69% 0.91% -
XYZ 54.94 71.44 17.03 -
YUV 205.68 52.56 126.09 -
System Red Green Blue C M Y K H S L
Decimal 203 233 72 0.13 0 0.69 0.09 71.18 0.79 0.6
Hex CB E9 48 D 0 45 9 47 4F 3C
Octal 313 351 110 15 0 105 11 107 117 74
Binary 11001011 11101001 1001000 1101 0 1000101 1001 1000111 1001111 111100

Color Harmonies of #CBE948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE948

Black with #CBE948

Text Example


Text Example

White with #CBE948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE948; }

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

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

background-color css

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

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

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

border-color css

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

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

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