Html Css Color HEX #CAE319 Pear

📋 copy color: '#CAE319'

red 202 ◦ green 227 ◦ blue 25

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

Shades of Pear #CAE319

Tints of Pear #CAE319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.51%

R = 44.49%
G = 50%
B = 5.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#CAE319 (or 0xCAE319) is known color: Pear. HEX triplet: CA, E3 and 19. RGB value is (202,227,25). Sum of RGB (Red+Green+Blue) = 202+227+25=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE319 is #351CE6. Grayscale: #C5C5C5. Windows color (decimal): -3480807 or 1696714. OLE color: 1696714.

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

Color convert

RGB 202 227 25 -
CMYK 0.11 0 0.89 0.11
HSL 67.43º 0.8% 0.49% -
HSV(B) 67.43º 0.89% 0.89% -
XYZ 52 67.56 11.22 -
YUV 196.5 31.22 131.93 -
System Red Green Blue C M Y K H S L
Decimal 202 227 25 0.11 0 0.89 0.11 67.43 0.8 0.49
Hex CA E3 19 B 0 59 B 43 50 31
Octal 312 343 31 13 0 131 13 103 120 61
Binary 11001010 11100011 11001 1011 0 1011001 1011 1000011 1010000 110001

Color Harmonies of #CAE319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE319

Black with #CAE319

Text Example


Text Example

White with #CAE319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE319; }

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

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

background-color css

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

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

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

border-color css

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

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

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