Html Css Color HEX #CFF97D Sulu

📋 copy color: '#CFF97D'

red 207 ◦ green 249 ◦ blue 125

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

Shades of Sulu #CFF97D

Tints of Sulu #CFF97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.51%

R = 35.63%
G = 42.86%
B = 21.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#CFF97D (or 0xCFF97D) is known color: Sulu. HEX triplet: CF, F9 and 7D. RGB value is (207,249,125). Sum of RGB (Red+Green+Blue) = 207+249+125=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF97D is #300682. Grayscale: #DEDEDE. Windows color (decimal): -3147395 or 8255951. OLE color: 8255951.

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

Color convert

RGB 207 249 125 -
CMYK 0.17 0 0.50 0.02
HSL 80.32º 0.91% 0.73% -
HSV(B) 80.32º 0.5% 0.98% -
XYZ 63.31 82.5 31.99 -
YUV 222.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 207 249 125 0.17 0 0.50 0.02 80.32 0.91 0.73
Hex CF F9 7D 11 0 32 2 50 5B 49
Octal 317 371 175 21 0 62 2 120 133 111
Binary 11001111 11111001 1111101 10001 0 110010 10 1010000 1011011 1001001

Color Harmonies of #CFF97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF97D

Black with #CFF97D

Text Example


Text Example

White with #CFF97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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