Html Css Color HEX #CAF331 Pear

📋 copy color: '#CAF331'

red 202 ◦ green 243 ◦ blue 49

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

Shades of Pear #CAF331

Tints of Pear #CAF331

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.19%

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

R = 40.89%
G = 49.19%
B = 9.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#CAF331 (or 0xCAF331) is known color: Pear. HEX triplet: CA, F3 and 31. RGB value is (202,243,49). Sum of RGB (Red+Green+Blue) = 202+243+49=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF331 is #350CCE. Grayscale: #D1D1D1. Windows color (decimal): -3476687 or 3273674. OLE color: 3273674.

HSL color Cylindrical-coordinate representation of color #CAF331: hue angle of 72.68º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF331 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 49 -
CMYK 0.17 0 0.80 0.05
HSL 72.68º 0.89% 0.57% -
HSV(B) 72.68º 0.8% 0.95% -
XYZ 56.96 76.88 14.74 -
YUV 208.63 37.92 123.27 -
System Red Green Blue C M Y K H S L
Decimal 202 243 49 0.17 0 0.80 0.05 72.68 0.89 0.57
Hex CA F3 31 11 0 50 5 49 59 39
Octal 312 363 61 21 0 120 5 111 131 71
Binary 11001010 11110011 110001 10001 0 1010000 101 1001001 1011001 111001

Color Harmonies of #CAF331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF331

Black with #CAF331

Text Example


Text Example

White with #CAF331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF331; }

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

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

background-color css

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

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

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

border-color css

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

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

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