Html Css Color HEX #CAF334 Pear

📋 copy color: '#CAF334'

red 202 ◦ green 243 ◦ blue 52

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

Shades of Pear #CAF334

Tints of Pear #CAF334

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.89%

 BLUE value IS 52 (20.7% from 255) = 10.46%

R = 40.64%
G = 48.89%
B = 10.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#CAF334 (or 0xCAF334) is known color: Pear. HEX triplet: CA, F3 and 34. RGB value is (202,243,52). Sum of RGB (Red+Green+Blue) = 202+243+52=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF334 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF334 is #350CCB. Grayscale: #D1D1D1. Windows color (decimal): -3476684 or 3470282. OLE color: 3470282.

HSL color Cylindrical-coordinate representation of color #CAF334: hue angle of 72.88º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAF334 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 52 -
CMYK 0.17 0 0.79 0.05
HSL 72.88º 0.89% 0.58% -
HSV(B) 72.88º 0.79% 0.95% -
XYZ 57.03 76.91 15.09 -
YUV 208.97 39.42 123.03 -
System Red Green Blue C M Y K H S L
Decimal 202 243 52 0.17 0 0.79 0.05 72.88 0.89 0.58
Hex CA F3 34 11 0 4F 5 49 59 3A
Octal 312 363 64 21 0 117 5 111 131 72
Binary 11001010 11110011 110100 10001 0 1001111 101 1001001 1011001 111010

Color Harmonies of #CAF334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF334

Black with #CAF334

Text Example


Text Example

White with #CAF334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF334; }

 p { color: rgb(202,243,52); }

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

background-color css

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

 a { background-color: rgb(202,243,52); }

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

border-color css

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

 span { border-color: rgb(202,243,52); }

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