Html Css Color HEX #CAE13A Las Palmas

📋 copy color: '#CAE13A'

red 202 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #CAE13A

Tints of Las Palmas #CAE13A

RGB

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

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

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

R = 41.65%
G = 46.39%
B = 11.96%

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

#CAE13A (or 0xCAE13A) is known color: Las Palmas. HEX triplet: CA, E1 and 3A. RGB value is (202,225,58). Sum of RGB (Red+Green+Blue) = 202+225+58=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE13A is #351EC5. Grayscale: #C7C7C7. Windows color (decimal): -3481286 or 3858890. OLE color: 3858890.

HSL color Cylindrical-coordinate representation of color #CAE13A: hue angle of 68.26º 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 #CAE13A is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 58 -
CMYK 0.10 0 0.74 0.12
HSL 68.26º 0.74% 0.55% -
HSV(B) 68.26º 0.74% 0.88% -
XYZ 52.05 66.71 14.14 -
YUV 199.09 48.38 130.08 -
System Red Green Blue C M Y K H S L
Decimal 202 225 58 0.10 0 0.74 0.12 68.26 0.74 0.55
Hex CA E1 3A A 0 4A C 44 4A 37
Octal 312 341 72 12 0 112 14 104 112 67
Binary 11001010 11100001 111010 1010 0 1001010 1100 1000100 1001010 110111

Color Harmonies of #CAE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE13A

Black with #CAE13A

Text Example


Text Example

White with #CAE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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