Html Css Color HEX #CBE341 Las Palmas

📋 copy color: '#CBE341'

red 203 ◦ green 227 ◦ blue 65

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

Shades of Las Palmas #CBE341

Tints of Las Palmas #CBE341

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

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

R = 41.01%
G = 45.86%
B = 13.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#CBE341 (or 0xCBE341) is known color: Las Palmas. HEX triplet: CB, E3 and 41. RGB value is (203,227,65). Sum of RGB (Red+Green+Blue) = 203+227+65=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE341 is #341CBE. Grayscale: #C9C9C9. Windows color (decimal): -3415231 or 4318155. OLE color: 4318155.

HSL color Cylindrical-coordinate representation of color #CBE341: hue angle of 68.89º 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 #CBE341 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 227 65 -
CMYK 0.11 0 0.71 0.11
HSL 68.89º 0.74% 0.57% -
HSV(B) 68.89º 0.71% 0.89% -
XYZ 53.05 68.02 15.33 -
YUV 201.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 203 227 65 0.11 0 0.71 0.11 68.89 0.74 0.57
Hex CB E3 41 B 0 47 B 45 4A 39
Octal 313 343 101 13 0 107 13 105 112 71
Binary 11001011 11100011 1000001 1011 0 1000111 1011 1000101 1001010 111001

Color Harmonies of #CBE341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE341

Black with #CBE341

Text Example


Text Example

White with #CBE341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE341; }

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

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

background-color css

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

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

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

border-color css

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

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

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