Html Css Color HEX #D6F133 Pear

📋 copy color: '#D6F133'

red 214 ◦ green 241 ◦ blue 51

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

Shades of Pear #D6F133

Tints of Pear #D6F133

RGB

 RED value IS 214 (83.98% from 255) = 42.29%

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

 BLUE value IS 51 (20.31% from 255) = 10.08%

R = 42.29%
G = 47.63%
B = 10.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#D6F133 (or 0xD6F133) is known color: Pear. HEX triplet: D6, F1 and 33. RGB value is (214,241,51). Sum of RGB (Red+Green+Blue) = 214+241+51=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F133 is #290ECC. Grayscale: #D4D4D4. Windows color (decimal): -2690765 or 3404246. OLE color: 3404246.

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

Color convert

RGB 214 241 51 -
CMYK 0.11 0 0.79 0.05
HSL 68.53º 0.87% 0.57% -
HSV(B) 68.53º 0.79% 0.95% -
XYZ 59.78 77.45 14.93 -
YUV 211.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 214 241 51 0.11 0 0.79 0.05 68.53 0.87 0.57
Hex D6 F1 33 B 0 4F 5 45 57 39
Octal 326 361 63 13 0 117 5 105 127 71
Binary 11010110 11110001 110011 1011 0 1001111 101 1000101 1010111 111001

Color Harmonies of #D6F133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F133

Black with #D6F133

Text Example


Text Example

White with #D6F133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F133; }

 p { color: rgb(214,241,51); }

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

background-color css

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

 a { background-color: rgb(214,241,51); }

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

border-color css

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

 span { border-color: rgb(214,241,51); }

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