Html Css Color HEX #CAE720 Pear

📋 copy color: '#CAE720'

red 202 ◦ green 231 ◦ blue 32

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

Shades of Pear #CAE720

Tints of Pear #CAE720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.88%

R = 43.44%
G = 49.68%
B = 6.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#CAE720 (or 0xCAE720) is known color: Pear. HEX triplet: CA, E7 and 20. RGB value is (202,231,32). Sum of RGB (Red+Green+Blue) = 202+231+32=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE720 is #3518DF. Grayscale: #C8C8C8. Windows color (decimal): -3479776 or 2156490. OLE color: 2156490.

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

Color convert

RGB 202 231 32 -
CMYK 0.13 0 0.86 0.09
HSL 68.74º 0.81% 0.52% -
HSV(B) 68.74º 0.86% 0.91% -
XYZ 53.19 69.81 12.04 -
YUV 199.64 33.39 129.68 -
System Red Green Blue C M Y K H S L
Decimal 202 231 32 0.13 0 0.86 0.09 68.74 0.81 0.52
Hex CA E7 20 D 0 56 9 45 51 34
Octal 312 347 40 15 0 126 11 105 121 64
Binary 11001010 11100111 100000 1101 0 1010110 1001 1000101 1010001 110100

Color Harmonies of #CAE720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE720

Black with #CAE720

Text Example


Text Example

White with #CAE720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE720; }

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

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

background-color css

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

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

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

border-color css

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

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

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