Html Css Color HEX #CBE13F Las Palmas

📋 copy color: '#CBE13F'

red 203 ◦ green 225 ◦ blue 63

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

Shades of Las Palmas #CBE13F

Tints of Las Palmas #CBE13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.83%

R = 41.34%
G = 45.82%
B = 12.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#CBE13F (or 0xCBE13F) is known color: Las Palmas. HEX triplet: CB, E1 and 3F. RGB value is (203,225,63). Sum of RGB (Red+Green+Blue) = 203+225+63=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE13F is #341EC0. Grayscale: #C8C8C8. Windows color (decimal): -3415745 or 4186571. OLE color: 4186571.

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

Color convert

RGB 203 225 63 -
CMYK 0.10 0 0.72 0.12
HSL 68.15º 0.73% 0.56% -
HSV(B) 68.15º 0.72% 0.88% -
XYZ 52.45 66.91 14.85 -
YUV 199.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 203 225 63 0.10 0 0.72 0.12 68.15 0.73 0.56
Hex CB E1 3F A 0 48 C 44 49 38
Octal 313 341 77 12 0 110 14 104 111 70
Binary 11001011 11100001 111111 1010 0 1001000 1100 1000100 1001001 111000

Color Harmonies of #CBE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE13F

Black with #CBE13F

Text Example


Text Example

White with #CBE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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