Html Css Color HEX #D6F24B Pear

📋 copy color: '#D6F24B'

red 214 ◦ green 242 ◦ blue 75

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

Shades of Pear #D6F24B

Tints of Pear #D6F24B

RGB

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

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

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

R = 40.3%
G = 45.57%
B = 14.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#D6F24B (or 0xD6F24B) is known color: Pear. HEX triplet: D6, F2 and 4B. RGB value is (214,242,75). Sum of RGB (Red+Green+Blue) = 214+242+75=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F24B is #290DB4. Grayscale: #D7D7D7. Windows color (decimal): -2690485 or 4977366. OLE color: 4977366.

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

Color convert

RGB 214 242 75 -
CMYK 0.12 0 0.69 0.05
HSL 70.06º 0.87% 0.62% -
HSV(B) 70.06º 0.69% 0.95% -
XYZ 60.75 78.31 18.57 -
YUV 214.59 49.22 127.58 -
System Red Green Blue C M Y K H S L
Decimal 214 242 75 0.12 0 0.69 0.05 70.06 0.87 0.62
Hex D6 F2 4B C 0 45 5 46 57 3E
Octal 326 362 113 14 0 105 5 106 127 76
Binary 11010110 11110010 1001011 1100 0 1000101 101 1000110 1010111 111110

Color Harmonies of #D6F24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F24B

Black with #D6F24B

Text Example


Text Example

White with #D6F24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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