Html Css Color HEX #CAE531 Pear

📋 copy color: '#CAE531'

red 202 ◦ green 229 ◦ blue 49

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

Shades of Pear #CAE531

Tints of Pear #CAE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.21%

R = 42.08%
G = 47.71%
B = 10.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#CAE531 (or 0xCAE531) is known color: Pear. HEX triplet: CA, E5 and 31. RGB value is (202,229,49). Sum of RGB (Red+Green+Blue) = 202+229+49=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE531 is #351ACE. Grayscale: #C9C9C9. Windows color (decimal): -3480271 or 3270090. OLE color: 3270090.

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

Color convert

RGB 202 229 49 -
CMYK 0.12 0 0.79 0.10
HSL 69º 0.78% 0.55% -
HSV(B) 69º 0.79% 0.9% -
XYZ 52.93 68.82 13.4 -
YUV 200.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 202 229 49 0.12 0 0.79 0.10 69 0.78 0.55
Hex CA E5 31 C 0 4F A 45 4E 37
Octal 312 345 61 14 0 117 12 105 116 67
Binary 11001010 11100101 110001 1100 0 1001111 1010 1000101 1001110 110111

Color Harmonies of #CAE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE531

Black with #CAE531

Text Example


Text Example

White with #CAE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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