Html Css Color HEX #CAE52A Pear

📋 copy color: '#CAE52A'

red 202 ◦ green 229 ◦ blue 42

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

Shades of Pear #CAE52A

Tints of Pear #CAE52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

 BLUE value IS 42 (16.8% from 255) = 8.88%

R = 42.71%
G = 48.41%
B = 8.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#CAE52A (or 0xCAE52A) is known color: Pear. HEX triplet: CA, E5 and 2A. RGB value is (202,229,42). Sum of RGB (Red+Green+Blue) = 202+229+42=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE52A is #351AD5. Grayscale: #C8C8C8. Windows color (decimal): -3480278 or 2811338. OLE color: 2811338.

HSL color Cylindrical-coordinate representation of color #CAE52A: hue angle of 68.66º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAE52A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 42 -
CMYK 0.12 0 0.82 0.10
HSL 68.66º 0.78% 0.53% -
HSV(B) 68.66º 0.82% 0.9% -
XYZ 52.79 68.76 12.68 -
YUV 199.61 39.05 129.71 -
System Red Green Blue C M Y K H S L
Decimal 202 229 42 0.12 0 0.82 0.10 68.66 0.78 0.53
Hex CA E5 2A C 0 52 A 45 4E 35
Octal 312 345 52 14 0 122 12 105 116 65
Binary 11001010 11100101 101010 1100 0 1010010 1010 1000101 1001110 110101

Color Harmonies of #CAE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE52A

Black with #CAE52A

Text Example


Text Example

White with #CAE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE52A; }

 p { color: rgb(202,229,42); }

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

background-color css

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

 a { background-color: rgb(202,229,42); }

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

border-color css

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

 span { border-color: rgb(202,229,42); }

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