Html Css Color HEX #D4F34B Pear

📋 copy color: '#D4F34B'

red 212 ◦ green 243 ◦ blue 75

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

Shades of Pear #D4F34B

Tints of Pear #D4F34B

RGB

 RED value IS 212 (83.2% from 255) = 40%

 GREEN value IS 243 (95.31% from 255) = 45.85%

 BLUE value IS 75 (29.69% from 255) = 14.15%

R = 40%
G = 45.85%
B = 14.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#D4F34B (or 0xD4F34B) is known color: Pear. HEX triplet: D4, F3 and 4B. RGB value is (212,243,75). Sum of RGB (Red+Green+Blue) = 212+243+75=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F34B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F34B is #2B0CB4. Grayscale: #D7D7D7. Windows color (decimal): -2821301 or 4977620. OLE color: 4977620.

HSL color Cylindrical-coordinate representation of color #D4F34B: hue angle of 71.07º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4F34B is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 243 75 -
CMYK 0.13 0 0.69 0.05
HSL 71.07º 0.88% 0.62% -
HSV(B) 71.07º 0.69% 0.95% -
XYZ 60.47 78.61 18.64 -
YUV 214.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 212 243 75 0.13 0 0.69 0.05 71.07 0.88 0.62
Hex D4 F3 4B D 0 45 5 47 58 3E
Octal 324 363 113 15 0 105 5 107 130 76
Binary 11010100 11110011 1001011 1101 0 1000101 101 1000111 1011000 111110

Color Harmonies of #D4F34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F34B

Black with #D4F34B

Text Example


Text Example

White with #D4F34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F34B; }

 p { color: rgb(212,243,75); }

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

background-color css

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

 a { background-color: rgb(212,243,75); }

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

border-color css

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

 span { border-color: rgb(212,243,75); }

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