Html Css Color HEX #D6F135 Pear

📋 copy color: '#D6F135'

red 214 ◦ green 241 ◦ blue 53

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

Shades of Pear #D6F135

Tints of Pear #D6F135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.43%

R = 42.13%
G = 47.44%
B = 10.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D6F135 (or 0xD6F135) is known color: Pear. HEX triplet: D6, F1 and 35. RGB value is (214,241,53). Sum of RGB (Red+Green+Blue) = 214+241+53=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F135 is #290ECA. Grayscale: #D4D4D4. Windows color (decimal): -2690763 or 3535318. OLE color: 3535318.

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

Color convert

RGB 214 241 53 -
CMYK 0.11 0 0.78 0.05
HSL 68.62º 0.87% 0.58% -
HSV(B) 68.62º 0.78% 0.95% -
XYZ 59.83 77.46 15.17 -
YUV 211.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 214 241 53 0.11 0 0.78 0.05 68.62 0.87 0.58
Hex D6 F1 35 B 0 4E 5 45 57 3A
Octal 326 361 65 13 0 116 5 105 127 72
Binary 11010110 11110001 110101 1011 0 1001110 101 1000101 1010111 111010

Color Harmonies of #D6F135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F135

Black with #D6F135

Text Example


Text Example

White with #D6F135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F135; }

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

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

background-color css

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

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

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

border-color css

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

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

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