Html Css Color HEX #CBE14A Las Palmas

📋 copy color: '#CBE14A'

red 203 ◦ green 225 ◦ blue 74

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

Shades of Las Palmas #CBE14A

Tints of Las Palmas #CBE14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.74%

R = 40.44%
G = 44.82%
B = 14.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#CBE14A (or 0xCBE14A) is known color: Las Palmas. HEX triplet: CB, E1 and 4A. RGB value is (203,225,74). Sum of RGB (Red+Green+Blue) = 203+225+74=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE14A is #341EB5. Grayscale: #C9C9C9. Windows color (decimal): -3415734 or 4907467. OLE color: 4907467.

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

Color convert

RGB 203 225 74 -
CMYK 0.10 0 0.67 0.12
HSL 68.74º 0.72% 0.59% -
HSV(B) 68.74º 0.67% 0.88% -
XYZ 52.79 67.04 16.64 -
YUV 201.21 56.21 129.28 -
System Red Green Blue C M Y K H S L
Decimal 203 225 74 0.10 0 0.67 0.12 68.74 0.72 0.59
Hex CB E1 4A A 0 43 C 45 48 3B
Octal 313 341 112 12 0 103 14 105 110 73
Binary 11001011 11100001 1001010 1010 0 1000011 1100 1000101 1001000 111011

Color Harmonies of #CBE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE14A

Black with #CBE14A

Text Example


Text Example

White with #CBE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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