Html Css Color HEX #D2F741 Pear

📋 copy color: '#D2F741'

red 210 ◦ green 247 ◦ blue 65

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

Shades of Pear #D2F741

Tints of Pear #D2F741

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.32%

 BLUE value IS 65 (25.78% from 255) = 12.45%

R = 40.23%
G = 47.32%
B = 12.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#D2F741 (or 0xD2F741) is known color: Pear. HEX triplet: D2, F7 and 41. RGB value is (210,247,65). Sum of RGB (Red+Green+Blue) = 210+247+65=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F741 is #2D08BE. Grayscale: #D7D7D7. Windows color (decimal): -2951359 or 4323282. OLE color: 4323282.

HSL color Cylindrical-coordinate representation of color #D2F741: hue angle of 72.2º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2F741 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 247 65 -
CMYK 0.15 0 0.74 0.03
HSL 72.2º 0.92% 0.61% -
HSV(B) 72.2º 0.74% 0.97% -
XYZ 60.79 80.6 17.36 -
YUV 215.19 43.24 124.3 -
System Red Green Blue C M Y K H S L
Decimal 210 247 65 0.15 0 0.74 0.03 72.2 0.92 0.61
Hex D2 F7 41 F 0 4A 3 48 5C 3D
Octal 322 367 101 17 0 112 3 110 134 75
Binary 11010010 11110111 1000001 1111 0 1001010 11 1001000 1011100 111101

Color Harmonies of #D2F741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F741

Black with #D2F741

Text Example


Text Example

White with #D2F741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F741; }

 p { color: rgb(210,247,65); }

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

background-color css

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

 a { background-color: rgb(210,247,65); }

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

border-color css

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

 span { border-color: rgb(210,247,65); }

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