Html Css Color HEX #CBE740 Las Palmas

📋 copy color: '#CBE740'

red 203 ◦ green 231 ◦ blue 64

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

Shades of Las Palmas #CBE740

Tints of Las Palmas #CBE740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.85%

R = 40.76%
G = 46.39%
B = 12.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#CBE740 (or 0xCBE740) is known color: Las Palmas. HEX triplet: CB, E7 and 40. RGB value is (203,231,64). Sum of RGB (Red+Green+Blue) = 203+231+64=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE740 is #3418BF. Grayscale: #CCCCCC. Windows color (decimal): -3414208 or 4253643. OLE color: 4253643.

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

Color convert

RGB 203 231 64 -
CMYK 0.12 0 0.72 0.09
HSL 70.06º 0.78% 0.58% -
HSV(B) 70.06º 0.72% 0.91% -
XYZ 54.13 70.22 15.55 -
YUV 203.59 49.22 127.58 -
System Red Green Blue C M Y K H S L
Decimal 203 231 64 0.12 0 0.72 0.09 70.06 0.78 0.58
Hex CB E7 40 C 0 48 9 46 4E 3A
Octal 313 347 100 14 0 110 11 106 116 72
Binary 11001011 11100111 1000000 1100 0 1001000 1001 1000110 1001110 111010

Color Harmonies of #CBE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE740

Black with #CBE740

Text Example


Text Example

White with #CBE740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE740; }

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

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

background-color css

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

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

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

border-color css

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

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

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