Html Css Color HEX #CBE143 Las Palmas

📋 copy color: '#CBE143'

red 203 ◦ green 225 ◦ blue 67

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

Shades of Las Palmas #CBE143

Tints of Las Palmas #CBE143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.54%

R = 41.01%
G = 45.45%
B = 13.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#CBE143 (or 0xCBE143) is known color: Las Palmas. HEX triplet: CB, E1 and 43. RGB value is (203,225,67). Sum of RGB (Red+Green+Blue) = 203+225+67=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE143 is #341EBC. Grayscale: #C9C9C9. Windows color (decimal): -3415741 or 4448715. OLE color: 4448715.

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

Color convert

RGB 203 225 67 -
CMYK 0.10 0 0.70 0.12
HSL 68.35º 0.72% 0.57% -
HSV(B) 68.35º 0.7% 0.88% -
XYZ 52.57 66.95 15.46 -
YUV 200.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 203 225 67 0.10 0 0.70 0.12 68.35 0.72 0.57
Hex CB E1 43 A 0 46 C 44 48 39
Octal 313 341 103 12 0 106 14 104 110 71
Binary 11001011 11100001 1000011 1010 0 1000110 1100 1000100 1001000 111001

Color Harmonies of #CBE143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE143

Black with #CBE143

Text Example


Text Example

White with #CBE143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE143; }

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

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

background-color css

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

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

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

border-color css

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

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

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