Html Css Color HEX #CAE321 Pear

📋 copy color: '#CAE321'

red 202 ◦ green 227 ◦ blue 33

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

Shades of Pear #CAE321

Tints of Pear #CAE321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.14%

R = 43.72%
G = 49.13%
B = 7.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#CAE321 (or 0xCAE321) is known color: Pear. HEX triplet: CA, E3 and 21. RGB value is (202,227,33). Sum of RGB (Red+Green+Blue) = 202+227+33=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE321 is #351CDE. Grayscale: #C6C6C6. Windows color (decimal): -3480799 or 2221002. OLE color: 2221002.

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

Color convert

RGB 202 227 33 -
CMYK 0.11 0 0.85 0.11
HSL 67.73º 0.78% 0.51% -
HSV(B) 67.73º 0.85% 0.89% -
XYZ 52.1 67.6 11.74 -
YUV 197.41 35.22 131.27 -
System Red Green Blue C M Y K H S L
Decimal 202 227 33 0.11 0 0.85 0.11 67.73 0.78 0.51
Hex CA E3 21 B 0 55 B 44 4E 33
Octal 312 343 41 13 0 125 13 104 116 63
Binary 11001010 11100011 100001 1011 0 1010101 1011 1000100 1001110 110011

Color Harmonies of #CAE321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE321

Black with #CAE321

Text Example


Text Example

White with #CAE321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE321; }

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

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

background-color css

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

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

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

border-color css

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

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

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