Html Css Color HEX #D5FB8A Reef

📋 copy color: '#D5FB8A'

red 213 ◦ green 251 ◦ blue 138

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

Shades of Reef #D5FB8A

Tints of Reef #D5FB8A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.69%

 BLUE value IS 138 (54.3% from 255) = 22.92%

R = 35.38%
G = 41.69%
B = 22.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#D5FB8A (or 0xD5FB8A) is known color: Reef. HEX triplet: D5, FB and 8A. RGB value is (213,251,138). Sum of RGB (Red+Green+Blue) = 213+251+138=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FB8A is #2A0475. Grayscale: #E3E3E3. Windows color (decimal): -2753654 or 9108437. OLE color: 9108437.

HSL color Cylindrical-coordinate representation of color #D5FB8A: hue angle of 80.18º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5FB8A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 251 138 -
CMYK 0.15 0 0.45 0.02
HSL 80.18º 0.93% 0.76% -
HSV(B) 80.18º 0.45% 0.98% -
XYZ 66.53 84.98 36.94 -
YUV 226.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 213 251 138 0.15 0 0.45 0.02 80.18 0.93 0.76
Hex D5 FB 8A F 0 2D 2 50 5D 4C
Octal 325 373 212 17 0 55 2 120 135 114
Binary 11010101 11111011 10001010 1111 0 101101 10 1010000 1011101 1001100

Color Harmonies of #D5FB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB8A

Black with #D5FB8A

Text Example


Text Example

White with #D5FB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB8A; }

 p { color: rgb(213,251,138); }

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

background-color css

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

 a { background-color: rgb(213,251,138); }

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

border-color css

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

 span { border-color: rgb(213,251,138); }

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