Html Css Color HEX #CBE13A Las Palmas

📋 copy color: '#CBE13A'

red 203 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #CBE13A

Tints of Las Palmas #CBE13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.93%

R = 41.77%
G = 46.3%
B = 11.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#CBE13A (or 0xCBE13A) is known color: Las Palmas. HEX triplet: CB, E1 and 3A. RGB value is (203,225,58). Sum of RGB (Red+Green+Blue) = 203+225+58=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE13A is #341EC5. Grayscale: #C8C8C8. Windows color (decimal): -3415750 or 3858891. OLE color: 3858891.

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

Color convert

RGB 203 225 58 -
CMYK 0.10 0 0.74 0.12
HSL 67.9º 0.74% 0.55% -
HSV(B) 67.9º 0.74% 0.88% -
XYZ 52.32 66.85 14.15 -
YUV 199.38 48.21 130.58 -
System Red Green Blue C M Y K H S L
Decimal 203 225 58 0.10 0 0.74 0.12 67.9 0.74 0.55
Hex CB E1 3A A 0 4A C 44 4A 37
Octal 313 341 72 12 0 112 14 104 112 67
Binary 11001011 11100001 111010 1010 0 1001010 1100 1000100 1001010 110111

Color Harmonies of #CBE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE13A

Black with #CBE13A

Text Example


Text Example

White with #CBE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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