Html Css Color HEX #D6F233 Pear

📋 copy color: '#D6F233'

red 214 ◦ green 242 ◦ blue 51

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

Shades of Pear #D6F233

Tints of Pear #D6F233

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

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

R = 42.21%
G = 47.73%
B = 10.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#D6F233 (or 0xD6F233) is known color: Pear. HEX triplet: D6, F2 and 33. RGB value is (214,242,51). Sum of RGB (Red+Green+Blue) = 214+242+51=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F233 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F233 is #290DCC. Grayscale: #D4D4D4. Windows color (decimal): -2690509 or 3404502. OLE color: 3404502.

HSL color Cylindrical-coordinate representation of color #D6F233: hue angle of 68.8º degrees, saturation: 0.88, 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 #D6F233 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 51 -
CMYK 0.12 0 0.79 0.05
HSL 68.8º 0.88% 0.57% -
HSV(B) 68.8º 0.79% 0.95% -
XYZ 60.08 78.04 15.03 -
YUV 211.85 37.22 129.53 -
System Red Green Blue C M Y K H S L
Decimal 214 242 51 0.12 0 0.79 0.05 68.8 0.88 0.57
Hex D6 F2 33 C 0 4F 5 45 58 39
Octal 326 362 63 14 0 117 5 105 130 71
Binary 11010110 11110010 110011 1100 0 1001111 101 1000101 1011000 111001

Color Harmonies of #D6F233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F233

Black with #D6F233

Text Example


Text Example

White with #D6F233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F233; }

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

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

background-color css

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

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

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

border-color css

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

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

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