Html Css Color HEX #CAF63B Pear

📋 copy color: '#CAF63B'

red 202 ◦ green 246 ◦ blue 59

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

Shades of Pear #CAF63B

Tints of Pear #CAF63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.64%

R = 39.84%
G = 48.52%
B = 11.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#CAF63B (or 0xCAF63B) is known color: Pear. HEX triplet: CA, F6 and 3B. RGB value is (202,246,59). Sum of RGB (Red+Green+Blue) = 202+246+59=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 59 (23.44% from 255 or 11.64% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF63B is #3509C4. Grayscale: #D4D4D4. Windows color (decimal): -3475909 or 3929802. OLE color: 3929802.

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

Color convert

RGB 202 246 59 -
CMYK 0.18 0 0.76 0.04
HSL 74.12º 0.91% 0.6% -
HSV(B) 74.12º 0.76% 0.96% -
XYZ 58.1 78.78 16.28 -
YUV 211.53 41.92 121.21 -
System Red Green Blue C M Y K H S L
Decimal 202 246 59 0.18 0 0.76 0.04 74.12 0.91 0.6
Hex CA F6 3B 12 0 4C 4 4A 5B 3C
Octal 312 366 73 22 0 114 4 112 133 74
Binary 11001010 11110110 111011 10010 0 1001100 100 1001010 1011011 111100

Color Harmonies of #CAF63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF63B

Black with #CAF63B

Text Example


Text Example

White with #CAF63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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