Html Css Color HEX #DBF312 Chartreuse Yellow

📋 copy color: '#DBF312'

red 219 ◦ green 243 ◦ blue 18

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

Shades of Chartreuse Yellow #DBF312

Tints of Chartreuse Yellow #DBF312

RGB

 RED value IS 219 (85.94% from 255) = 45.63%

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

 BLUE value IS 18 (7.42% from 255) = 3.75%

R = 45.63%
G = 50.63%
B = 3.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#DBF312 (or 0xDBF312) is known color: Chartreuse Yellow. HEX triplet: DB, F3 and 12. RGB value is (219,243,18). Sum of RGB (Red+Green+Blue) = 219+243+18=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF312 is #240CED. Grayscale: #D3D3D3. Windows color (decimal): -2362606 or 1242075. OLE color: 1242075.

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

Color convert

RGB 219 243 18 -
CMYK 0.10 0 0.93 0.05
HSL 66.4º 0.9% 0.51% -
HSV(B) 66.4º 0.93% 0.95% -
XYZ 61.37 79.2 12.63 -
YUV 210.17 19.55 134.3 -
System Red Green Blue C M Y K H S L
Decimal 219 243 18 0.10 0 0.93 0.05 66.4 0.9 0.51
Hex DB F3 12 A 0 5D 5 42 5A 33
Octal 333 363 22 12 0 135 5 102 132 63
Binary 11011011 11110011 10010 1010 0 1011101 101 1000010 1011010 110011

Color Harmonies of #DBF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF312

Black with #DBF312

Text Example


Text Example

White with #DBF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF312; }

 p { color: rgb(219,243,18); }

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

background-color css

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

 a { background-color: rgb(219,243,18); }

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

border-color css

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

 span { border-color: rgb(219,243,18); }

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