Html Css Color HEX #CAF541 Pear

📋 copy color: '#CAF541'

red 202 ◦ green 245 ◦ blue 65

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

Shades of Pear #CAF541

Tints of Pear #CAF541

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

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

R = 39.45%
G = 47.85%
B = 12.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#CAF541 (or 0xCAF541) is known color: Pear. HEX triplet: CA, F5 and 41. RGB value is (202,245,65). Sum of RGB (Red+Green+Blue) = 202+245+65=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF541 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF541 is #350ABE. Grayscale: #D4D4D4. Windows color (decimal): -3476159 or 4322762. OLE color: 4322762.

HSL color Cylindrical-coordinate representation of color #CAF541: hue angle of 74.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAF541 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 65 -
CMYK 0.18 0 0.73 0.04
HSL 74.33º 0.9% 0.61% -
HSV(B) 74.33º 0.73% 0.96% -
XYZ 57.96 78.24 17.05 -
YUV 211.62 45.25 121.14 -
System Red Green Blue C M Y K H S L
Decimal 202 245 65 0.18 0 0.73 0.04 74.33 0.9 0.61
Hex CA F5 41 12 0 49 4 4A 5A 3D
Octal 312 365 101 22 0 111 4 112 132 75
Binary 11001010 11110101 1000001 10010 0 1001001 100 1001010 1011010 111101

Color Harmonies of #CAF541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF541

Black with #CAF541

Text Example


Text Example

White with #CAF541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF541; }

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

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

background-color css

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

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

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

border-color css

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

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

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