Html Css Color HEX #CAF741 Pear

📋 copy color: '#CAF741'

red 202 ◦ green 247 ◦ blue 65

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

Shades of Pear #CAF741

Tints of Pear #CAF741

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.05%

 BLUE value IS 65 (25.78% from 255) = 12.65%

R = 39.3%
G = 48.05%
B = 12.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#CAF741 (or 0xCAF741) is known color: Pear. HEX triplet: CA, F7 and 41. RGB value is (202,247,65). Sum of RGB (Red+Green+Blue) = 202+247+65=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF741 is #3508BE. Grayscale: #D5D5D5. Windows color (decimal): -3475647 or 4323274. OLE color: 4323274.

HSL color Cylindrical-coordinate representation of color #CAF741: hue angle of 74.84º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAF741 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 65 -
CMYK 0.18 0 0.74 0.03
HSL 74.84º 0.92% 0.61% -
HSV(B) 74.84º 0.74% 0.97% -
XYZ 58.57 79.46 17.25 -
YUV 212.8 44.59 120.3 -
System Red Green Blue C M Y K H S L
Decimal 202 247 65 0.18 0 0.74 0.03 74.84 0.92 0.61
Hex CA F7 41 12 0 4A 3 4B 5C 3D
Octal 312 367 101 22 0 112 3 113 134 75
Binary 11001010 11110111 1000001 10010 0 1001010 11 1001011 1011100 111101

Color Harmonies of #CAF741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF741

Black with #CAF741

Text Example


Text Example

White with #CAF741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF741; }

 p { color: rgb(202,247,65); }

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

background-color css

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

 a { background-color: rgb(202,247,65); }

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

border-color css

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

 span { border-color: rgb(202,247,65); }

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