Html Css Color HEX #D5F323 Pear

📋 copy color: '#D5F323'

red 213 ◦ green 243 ◦ blue 35

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

Shades of Pear #D5F323

Tints of Pear #D5F323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.13%

R = 43.38%
G = 49.49%
B = 7.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#D5F323 (or 0xD5F323) is known color: Pear. HEX triplet: D5, F3 and 23. RGB value is (213,243,35). Sum of RGB (Red+Green+Blue) = 213+243+35=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 35 (14.06% from 255 or 7.13% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F323 is #2A0CDC. Grayscale: #D3D3D3. Windows color (decimal): -2755805 or 2356181. OLE color: 2356181.

HSL color Cylindrical-coordinate representation of color #D5F323: hue angle of 68.65º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5F323 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 243 35 -
CMYK 0.12 0 0.86 0.05
HSL 68.65º 0.9% 0.55% -
HSV(B) 68.65º 0.86% 0.95% -
XYZ 59.79 78.37 13.57 -
YUV 210.32 29.06 129.91 -
System Red Green Blue C M Y K H S L
Decimal 213 243 35 0.12 0 0.86 0.05 68.65 0.9 0.55
Hex D5 F3 23 C 0 56 5 45 5A 37
Octal 325 363 43 14 0 126 5 105 132 67
Binary 11010101 11110011 100011 1100 0 1010110 101 1000101 1011010 110111

Color Harmonies of #D5F323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F323

Black with #D5F323

Text Example


Text Example

White with #D5F323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F323; }

 p { color: rgb(213,243,35); }

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

background-color css

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

 a { background-color: rgb(213,243,35); }

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

border-color css

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

 span { border-color: rgb(213,243,35); }

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