Html Css Color HEX #CAE13B Las Palmas

📋 copy color: '#CAE13B'

red 202 ◦ green 225 ◦ blue 59

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

Shades of Las Palmas #CAE13B

Tints of Las Palmas #CAE13B

RGB

 RED value IS 202 (79.3% from 255) = 41.56%

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

 BLUE value IS 59 (23.44% from 255) = 12.14%

R = 41.56%
G = 46.3%
B = 12.14%

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

#CAE13B (or 0xCAE13B) is known color: Las Palmas. HEX triplet: CA, E1 and 3B. RGB value is (202,225,59). Sum of RGB (Red+Green+Blue) = 202+225+59=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 59 (23.44% from 255 or 12.14% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE13B is #351EC4. Grayscale: #C7C7C7. Windows color (decimal): -3481285 or 3924426. OLE color: 3924426.

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

Color convert

RGB 202 225 59 -
CMYK 0.10 0 0.74 0.12
HSL 68.31º 0.73% 0.56% -
HSV(B) 68.31º 0.74% 0.88% -
XYZ 52.07 66.72 14.27 -
YUV 199.2 48.88 130 -
System Red Green Blue C M Y K H S L
Decimal 202 225 59 0.10 0 0.74 0.12 68.31 0.73 0.56
Hex CA E1 3B A 0 4A C 44 49 38
Octal 312 341 73 12 0 112 14 104 111 70
Binary 11001010 11100001 111011 1010 0 1001010 1100 1000100 1001001 111000

Color Harmonies of #CAE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE13B

Black with #CAE13B

Text Example


Text Example

White with #CAE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE13B; }

 p { color: rgb(202,225,59); }

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

background-color css

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

 a { background-color: rgb(202,225,59); }

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

border-color css

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

 span { border-color: rgb(202,225,59); }

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