Html Css Color HEX #CAE731 Pear

📋 copy color: '#CAE731'

red 202 ◦ green 231 ◦ blue 49

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

Shades of Pear #CAE731

Tints of Pear #CAE731

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

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

R = 41.91%
G = 47.93%
B = 10.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#CAE731 (or 0xCAE731) is known color: Pear. HEX triplet: CA, E7 and 31. RGB value is (202,231,49). Sum of RGB (Red+Green+Blue) = 202+231+49=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE731 is #3518CE. Grayscale: #CACACA. Windows color (decimal): -3479759 or 3270602. OLE color: 3270602.

HSL color Cylindrical-coordinate representation of color #CAE731: hue angle of 69.56º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAE731 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 231 49 -
CMYK 0.13 0 0.79 0.09
HSL 69.56º 0.79% 0.55% -
HSV(B) 69.56º 0.79% 0.91% -
XYZ 53.49 69.93 13.58 -
YUV 201.58 41.89 128.3 -
System Red Green Blue C M Y K H S L
Decimal 202 231 49 0.13 0 0.79 0.09 69.56 0.79 0.55
Hex CA E7 31 D 0 4F 9 46 4F 37
Octal 312 347 61 15 0 117 11 106 117 67
Binary 11001010 11100111 110001 1101 0 1001111 1001 1000110 1001111 110111

Color Harmonies of #CAE731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE731

Black with #CAE731

Text Example


Text Example

White with #CAE731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE731; }

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

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

background-color css

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

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

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

border-color css

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

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

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