Html Css Color HEX #D5F24B Pear

📋 copy color: '#D5F24B'

red 213 ◦ green 242 ◦ blue 75

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

Shades of Pear #D5F24B

Tints of Pear #D5F24B

RGB

 RED value IS 213 (83.59% from 255) = 40.19%

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

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

R = 40.19%
G = 45.66%
B = 14.15%

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

#D5F24B (or 0xD5F24B) is known color: Pear. HEX triplet: D5, F2 and 4B. RGB value is (213,242,75). Sum of RGB (Red+Green+Blue) = 213+242+75=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F24B is #2A0DB4. Grayscale: #D6D6D6. Windows color (decimal): -2756021 or 4977365. OLE color: 4977365.

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

Color convert

RGB 213 242 75 -
CMYK 0.12 0 0.69 0.05
HSL 70.42º 0.87% 0.62% -
HSV(B) 70.42º 0.69% 0.95% -
XYZ 60.46 78.16 18.56 -
YUV 214.29 49.39 127.08 -
System Red Green Blue C M Y K H S L
Decimal 213 242 75 0.12 0 0.69 0.05 70.42 0.87 0.62
Hex D5 F2 4B C 0 45 5 46 57 3E
Octal 325 362 113 14 0 105 5 106 127 76
Binary 11010101 11110010 1001011 1100 0 1000101 101 1000110 1010111 111110

Color Harmonies of #D5F24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F24B

Black with #D5F24B

Text Example


Text Example

White with #D5F24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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