Html Css Color HEX #D2F01B Pear

📋 copy color: '#D2F01B'

red 210 ◦ green 240 ◦ blue 27

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

Shades of Pear #D2F01B

Tints of Pear #D2F01B

RGB

 RED value IS 210 (82.42% from 255) = 44.03%

 GREEN value IS 240 (94.14% from 255) = 50.31%

 BLUE value IS 27 (10.94% from 255) = 5.66%

R = 44.03%
G = 50.31%
B = 5.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#D2F01B (or 0xD2F01B) is known color: Pear. HEX triplet: D2, F0 and 1B. RGB value is (210,240,27). Sum of RGB (Red+Green+Blue) = 210+240+27=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F01B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F01B is #2D0FE4. Grayscale: #CFCFCF. Windows color (decimal): -2953189 or 1831122. OLE color: 1831122.

HSL color Cylindrical-coordinate representation of color #D2F01B: hue angle of 68.45º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2F01B is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 240 27 -
CMYK 0.12 0 0.89 0.06
HSL 68.45º 0.88% 0.52% -
HSV(B) 68.45º 0.89% 0.94% -
XYZ 57.94 76.1 12.67 -
YUV 206.75 26.56 130.32 -
System Red Green Blue C M Y K H S L
Decimal 210 240 27 0.12 0 0.89 0.06 68.45 0.88 0.52
Hex D2 F0 1B C 0 59 6 44 58 34
Octal 322 360 33 14 0 131 6 104 130 64
Binary 11010010 11110000 11011 1100 0 1011001 110 1000100 1011000 110100

Color Harmonies of #D2F01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F01B

Black with #D2F01B

Text Example


Text Example

White with #D2F01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F01B; }

 p { color: rgb(210,240,27); }

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

background-color css

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

 a { background-color: rgb(210,240,27); }

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

border-color css

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

 span { border-color: rgb(210,240,27); }

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