Html Css Color HEX #CAE341 Las Palmas

📋 copy color: '#CAE341'

red 202 ◦ green 227 ◦ blue 65

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

Shades of Las Palmas #CAE341

Tints of Las Palmas #CAE341

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 40.89%
G = 45.95%
B = 13.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#CAE341 (or 0xCAE341) is known color: Las Palmas. HEX triplet: CA, E3 and 41. RGB value is (202,227,65). Sum of RGB (Red+Green+Blue) = 202+227+65=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE341 is #351CBE. Grayscale: #C9C9C9. Windows color (decimal): -3480767 or 4318154. OLE color: 4318154.

HSL color Cylindrical-coordinate representation of color #CAE341: hue angle of 69.26º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAE341 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 65 -
CMYK 0.11 0 0.71 0.11
HSL 69.26º 0.74% 0.57% -
HSV(B) 69.26º 0.71% 0.89% -
XYZ 52.78 67.88 15.32 -
YUV 201.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 202 227 65 0.11 0 0.71 0.11 69.26 0.74 0.57
Hex CA E3 41 B 0 47 B 45 4A 39
Octal 312 343 101 13 0 107 13 105 112 71
Binary 11001010 11100011 1000001 1011 0 1000111 1011 1000101 1001010 111001

Color Harmonies of #CAE341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE341

Black with #CAE341

Text Example


Text Example

White with #CAE341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE341; }

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

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

background-color css

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

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

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

border-color css

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

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

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