Html Css Color HEX #CBEB4A Las Palmas

📋 copy color: '#CBEB4A'

red 203 ◦ green 235 ◦ blue 74

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

Shades of Las Palmas #CBEB4A

Tints of Las Palmas #CBEB4A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.9%

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

R = 39.65%
G = 45.9%
B = 14.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#CBEB4A (or 0xCBEB4A) is known color: Las Palmas. HEX triplet: CB, EB and 4A. RGB value is (203,235,74). Sum of RGB (Red+Green+Blue) = 203+235+74=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEB4A is #3414B5. Grayscale: #CFCFCF. Windows color (decimal): -3413174 or 4910027. OLE color: 4910027.

HSL color Cylindrical-coordinate representation of color #CBEB4A: hue angle of 71.93º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBEB4A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 74 -
CMYK 0.14 0 0.69 0.08
HSL 71.93º 0.8% 0.61% -
HSV(B) 71.93º 0.69% 0.92% -
XYZ 55.57 72.61 17.56 -
YUV 207.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 203 235 74 0.14 0 0.69 0.08 71.93 0.8 0.61
Hex CB EB 4A E 0 45 8 48 50 3D
Octal 313 353 112 16 0 105 10 110 120 75
Binary 11001011 11101011 1001010 1110 0 1000101 1000 1001000 1010000 111101

Color Harmonies of #CBEB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB4A

Black with #CBEB4A

Text Example


Text Example

White with #CBEB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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