Html Css Color HEX #CAE323 Pear

📋 copy color: '#CAE323'

red 202 ◦ green 227 ◦ blue 35

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

Shades of Pear #CAE323

Tints of Pear #CAE323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.54%

R = 43.53%
G = 48.92%
B = 7.54%

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

#CAE323 (or 0xCAE323) is known color: Pear. HEX triplet: CA, E3 and 23. RGB value is (202,227,35). Sum of RGB (Red+Green+Blue) = 202+227+35=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE323 is #351CDC. Grayscale: #C6C6C6. Windows color (decimal): -3480797 or 2352074. OLE color: 2352074.

HSL color Cylindrical-coordinate representation of color #CAE323: hue angle of 67.81º degrees, saturation: 0.77, 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 #CAE323 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 35 -
CMYK 0.11 0 0.85 0.11
HSL 67.81º 0.77% 0.51% -
HSV(B) 67.81º 0.85% 0.89% -
XYZ 52.13 67.62 11.89 -
YUV 197.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 202 227 35 0.11 0 0.85 0.11 67.81 0.77 0.51
Hex CA E3 23 B 0 55 B 44 4D 33
Octal 312 343 43 13 0 125 13 104 115 63
Binary 11001010 11100011 100011 1011 0 1010101 1011 1000100 1001101 110011

Color Harmonies of #CAE323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE323

Black with #CAE323

Text Example


Text Example

White with #CAE323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE323; }

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

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

background-color css

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

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

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

border-color css

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

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

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