Html Css Color HEX #CBE141 Las Palmas

📋 copy color: '#CBE141'

red 203 ◦ green 225 ◦ blue 65

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

Shades of Las Palmas #CBE141

Tints of Las Palmas #CBE141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

 BLUE value IS 65 (25.78% from 255) = 13.18%

R = 41.18%
G = 45.64%
B = 13.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CBE141 (or 0xCBE141) is known color: Las Palmas. HEX triplet: CB, E1 and 41. RGB value is (203,225,65). Sum of RGB (Red+Green+Blue) = 203+225+65=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE141 is #341EBE. Grayscale: #C8C8C8. Windows color (decimal): -3415743 or 4317643. OLE color: 4317643.

HSL color Cylindrical-coordinate representation of color #CBE141: hue angle of 68.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBE141 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 65 -
CMYK 0.10 0 0.71 0.12
HSL 68.25º 0.73% 0.57% -
HSV(B) 68.25º 0.71% 0.88% -
XYZ 52.51 66.93 15.15 -
YUV 200.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 203 225 65 0.10 0 0.71 0.12 68.25 0.73 0.57
Hex CB E1 41 A 0 47 C 44 49 39
Octal 313 341 101 12 0 107 14 104 111 71
Binary 11001011 11100001 1000001 1010 0 1000111 1100 1000100 1001001 111001

Color Harmonies of #CBE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE141

Black with #CBE141

Text Example


Text Example

White with #CBE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE141; }

 p { color: rgb(203,225,65); }

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

background-color css

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

 a { background-color: rgb(203,225,65); }

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

border-color css

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

 span { border-color: rgb(203,225,65); }

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