Html Css Color HEX #CBE241 Las Palmas

📋 copy color: '#CBE241'

red 203 ◦ green 226 ◦ blue 65

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

Shades of Las Palmas #CBE241

Tints of Las Palmas #CBE241

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.75%

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

R = 41.09%
G = 45.75%
B = 13.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#CBE241 (or 0xCBE241) is known color: Las Palmas. HEX triplet: CB, E2 and 41. RGB value is (203,226,65). Sum of RGB (Red+Green+Blue) = 203+226+65=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE241 is #341DBE. Grayscale: #C9C9C9. Windows color (decimal): -3415487 or 4317899. OLE color: 4317899.

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

Color convert

RGB 203 226 65 -
CMYK 0.10 0 0.71 0.11
HSL 68.57º 0.74% 0.57% -
HSV(B) 68.57º 0.71% 0.89% -
XYZ 52.78 67.47 15.24 -
YUV 200.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 203 226 65 0.10 0 0.71 0.11 68.57 0.74 0.57
Hex CB E2 41 A 0 47 B 45 4A 39
Octal 313 342 101 12 0 107 13 105 112 71
Binary 11001011 11100010 1000001 1010 0 1000111 1011 1000101 1001010 111001

Color Harmonies of #CBE241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE241

Black with #CBE241

Text Example


Text Example

White with #CBE241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE241; }

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

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

background-color css

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

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

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

border-color css

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

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

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