Html Css Color HEX #CFF984 Sulu

📋 copy color: '#CFF984'

red 207 ◦ green 249 ◦ blue 132

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

Shades of Sulu #CFF984

Tints of Sulu #CFF984

RGB

 RED value IS 207 (81.25% from 255) = 35.2%

 GREEN value IS 249 (97.66% from 255) = 42.35%

 BLUE value IS 132 (51.95% from 255) = 22.45%

R = 35.2%
G = 42.35%
B = 22.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#CFF984 (or 0xCFF984) is known color: Sulu. HEX triplet: CF, F9 and 84. RGB value is (207,249,132). Sum of RGB (Red+Green+Blue) = 207+249+132=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF984 is #30067B. Grayscale: #DFDFDF. Windows color (decimal): -3147388 or 8714703. OLE color: 8714703.

HSL color Cylindrical-coordinate representation of color #CFF984: hue angle of 81.54º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFF984 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 132 -
CMYK 0.17 0 0.47 0.02
HSL 81.54º 0.91% 0.75% -
HSV(B) 81.54º 0.47% 0.98% -
XYZ 63.77 82.68 34.43 -
YUV 223.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 207 249 132 0.17 0 0.47 0.02 81.54 0.91 0.75
Hex CF F9 84 11 0 2F 2 52 5B 4B
Octal 317 371 204 21 0 57 2 122 133 113
Binary 11001111 11111001 10000100 10001 0 101111 10 1010010 1011011 1001011

Color Harmonies of #CFF984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF984

Black with #CFF984

Text Example


Text Example

White with #CFF984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF984; }

 p { color: rgb(207,249,132); }

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

background-color css

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

 a { background-color: rgb(207,249,132); }

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

border-color css

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

 span { border-color: rgb(207,249,132); }

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