Html Css Color HEX #CAF631 Pear

📋 copy color: '#CAF631'

red 202 ◦ green 246 ◦ blue 49

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

Shades of Pear #CAF631

Tints of Pear #CAF631

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.5%

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

R = 40.64%
G = 49.5%
B = 9.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#CAF631 (or 0xCAF631) is known color: Pear. HEX triplet: CA, F6 and 31. RGB value is (202,246,49). Sum of RGB (Red+Green+Blue) = 202+246+49=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF631 is #3509CE. Grayscale: #D3D3D3. Windows color (decimal): -3475919 or 3274442. OLE color: 3274442.

HSL color Cylindrical-coordinate representation of color #CAF631: hue angle of 73.4º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF631 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 49 -
CMYK 0.18 0 0.80 0.04
HSL 73.4º 0.92% 0.58% -
HSV(B) 73.4º 0.8% 0.96% -
XYZ 57.87 78.69 15.04 -
YUV 210.39 36.92 122.02 -
System Red Green Blue C M Y K H S L
Decimal 202 246 49 0.18 0 0.80 0.04 73.4 0.92 0.58
Hex CA F6 31 12 0 50 4 49 5C 3A
Octal 312 366 61 22 0 120 4 111 134 72
Binary 11001010 11110110 110001 10010 0 1010000 100 1001001 1011100 111010

Color Harmonies of #CAF631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF631

Black with #CAF631

Text Example


Text Example

White with #CAF631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF631; }

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

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

background-color css

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

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

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

border-color css

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

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

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