Html Css Color HEX #CAE141 Las Palmas

📋 copy color: '#CAE141'

red 202 ◦ green 225 ◦ blue 65

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

Shades of Las Palmas #CAE141

Tints of Las Palmas #CAE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.21%

R = 41.06%
G = 45.73%
B = 13.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CAE141 (or 0xCAE141) is known color: Las Palmas. HEX triplet: CA, E1 and 41. RGB value is (202,225,65). Sum of RGB (Red+Green+Blue) = 202+225+65=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE141 is #351EBE. Grayscale: #C8C8C8. Windows color (decimal): -3481279 or 4317642. OLE color: 4317642.

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

Color convert

RGB 202 225 65 -
CMYK 0.10 0 0.71 0.12
HSL 68.63º 0.73% 0.57% -
HSV(B) 68.63º 0.71% 0.88% -
XYZ 52.24 66.79 15.14 -
YUV 199.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 202 225 65 0.10 0 0.71 0.12 68.63 0.73 0.57
Hex CA E1 41 A 0 47 C 45 49 39
Octal 312 341 101 12 0 107 14 105 111 71
Binary 11001010 11100001 1000001 1010 0 1000111 1100 1000101 1001001 111001

Color Harmonies of #CAE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE141

Black with #CAE141

Text Example


Text Example

White with #CAE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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