Html Css Color HEX #CBE13C Las Palmas

📋 copy color: '#CBE13C'

red 203 ◦ green 225 ◦ blue 60

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

Shades of Las Palmas #CBE13C

Tints of Las Palmas #CBE13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.3%

R = 41.6%
G = 46.11%
B = 12.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#CBE13C (or 0xCBE13C) is known color: Las Palmas. HEX triplet: CB, E1 and 3C. RGB value is (203,225,60). Sum of RGB (Red+Green+Blue) = 203+225+60=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE13C is #341EC3. Grayscale: #C8C8C8. Windows color (decimal): -3415748 or 3989963. OLE color: 3989963.

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

Color convert

RGB 203 225 60 -
CMYK 0.10 0 0.73 0.12
HSL 68º 0.73% 0.56% -
HSV(B) 68º 0.73% 0.88% -
XYZ 52.37 66.87 14.42 -
YUV 199.61 49.21 130.42 -
System Red Green Blue C M Y K H S L
Decimal 203 225 60 0.10 0 0.73 0.12 68 0.73 0.56
Hex CB E1 3C A 0 49 C 44 49 38
Octal 313 341 74 12 0 111 14 104 111 70
Binary 11001011 11100001 111100 1010 0 1001001 1100 1000100 1001001 111000

Color Harmonies of #CBE13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE13C

Black with #CBE13C

Text Example


Text Example

White with #CBE13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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