Html Css Color HEX #CAF13D Pear

📋 copy color: '#CAF13D'

red 202 ◦ green 241 ◦ blue 61

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

Shades of Pear #CAF13D

Tints of Pear #CAF13D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

 BLUE value IS 61 (24.22% from 255) = 12.1%

R = 40.08%
G = 47.82%
B = 12.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#CAF13D (or 0xCAF13D) is known color: Pear. HEX triplet: CA, F1 and 3D. RGB value is (202,241,61). Sum of RGB (Red+Green+Blue) = 202+241+61=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF13D is #350EC2. Grayscale: #D1D1D1. Windows color (decimal): -3477187 or 4059594. OLE color: 4059594.

HSL color Cylindrical-coordinate representation of color #CAF13D: hue angle of 73º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAF13D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 61 -
CMYK 0.16 0 0.75 0.05
HSL 73º 0.87% 0.59% -
HSV(B) 73º 0.75% 0.95% -
XYZ 56.65 75.8 16.06 -
YUV 208.82 44.58 123.14 -
System Red Green Blue C M Y K H S L
Decimal 202 241 61 0.16 0 0.75 0.05 73 0.87 0.59
Hex CA F1 3D 10 0 4B 5 49 57 3B
Octal 312 361 75 20 0 113 5 111 127 73
Binary 11001010 11110001 111101 10000 0 1001011 101 1001001 1010111 111011

Color Harmonies of #CAF13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF13D

Black with #CAF13D

Text Example


Text Example

White with #CAF13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF13D; }

 p { color: rgb(202,241,61); }

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

background-color css

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

 a { background-color: rgb(202,241,61); }

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

border-color css

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

 span { border-color: rgb(202,241,61); }

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