Html Css Color HEX #D2F67B Sulu

📋 copy color: '#D2F67B'

red 210 ◦ green 246 ◦ blue 123

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

Shades of Sulu #D2F67B

Tints of Sulu #D2F67B

RGB

 RED value IS 210 (82.42% from 255) = 36.27%

 GREEN value IS 246 (96.48% from 255) = 42.49%

 BLUE value IS 123 (48.44% from 255) = 21.24%

R = 36.27%
G = 42.49%
B = 21.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#D2F67B (or 0xD2F67B) is known color: Sulu. HEX triplet: D2, F6 and 7B. RGB value is (210,246,123). Sum of RGB (Red+Green+Blue) = 210+246+123=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F67B is #2D0984. Grayscale: #DDDDDD. Windows color (decimal): -2951557 or 8124114. OLE color: 8124114.

HSL color Cylindrical-coordinate representation of color #D2F67B: hue angle of 77.56º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2F67B is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 246 123 -
CMYK 0.15 0 0.50 0.04
HSL 77.56º 0.87% 0.72% -
HSV(B) 77.56º 0.5% 0.96% -
XYZ 63.11 81.04 31.06 -
YUV 221.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 210 246 123 0.15 0 0.50 0.04 77.56 0.87 0.72
Hex D2 F6 7B F 0 32 4 4E 57 48
Octal 322 366 173 17 0 62 4 116 127 110
Binary 11010010 11110110 1111011 1111 0 110010 100 1001110 1010111 1001000

Color Harmonies of #D2F67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F67B

Black with #D2F67B

Text Example


Text Example

White with #D2F67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F67B; }

 p { color: rgb(210,246,123); }

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

background-color css

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

 a { background-color: rgb(210,246,123); }

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

border-color css

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

 span { border-color: rgb(210,246,123); }

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