Html Css Color HEX #CBE746 Las Palmas

📋 copy color: '#CBE746'

red 203 ◦ green 231 ◦ blue 70

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

Shades of Las Palmas #CBE746

Tints of Las Palmas #CBE746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.89%

R = 40.28%
G = 45.83%
B = 13.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#CBE746 (or 0xCBE746) is known color: Las Palmas. HEX triplet: CB, E7 and 46. RGB value is (203,231,70). Sum of RGB (Red+Green+Blue) = 203+231+70=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE746 is #3418B9. Grayscale: #CCCCCC. Windows color (decimal): -3414202 or 4646859. OLE color: 4646859.

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

Color convert

RGB 203 231 70 -
CMYK 0.12 0 0.70 0.09
HSL 70.43º 0.77% 0.59% -
HSV(B) 70.43º 0.7% 0.91% -
XYZ 54.31 70.29 16.5 -
YUV 204.27 52.22 127.09 -
System Red Green Blue C M Y K H S L
Decimal 203 231 70 0.12 0 0.70 0.09 70.43 0.77 0.59
Hex CB E7 46 C 0 46 9 46 4D 3B
Octal 313 347 106 14 0 106 11 106 115 73
Binary 11001011 11100111 1000110 1100 0 1000110 1001 1000110 1001101 111011

Color Harmonies of #CBE746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE746

Black with #CBE746

Text Example


Text Example

White with #CBE746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE746; }

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

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

background-color css

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

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

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

border-color css

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

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

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