Html Css Color HEX #CFF970 Sulu

📋 copy color: '#CFF970'

red 207 ◦ green 249 ◦ blue 112

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

Shades of Sulu #CFF970

Tints of Sulu #CFF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 36.44%
G = 43.84%
B = 19.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#CFF970 (or 0xCFF970) is known color: Sulu. HEX triplet: CF, F9 and 70. RGB value is (207,249,112). Sum of RGB (Red+Green+Blue) = 207+249+112=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF970 is #30068F. Grayscale: #DDDDDD. Windows color (decimal): -3147408 or 7403983. OLE color: 7403983.

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

Color convert

RGB 207 249 112 -
CMYK 0.17 0 0.55 0.02
HSL 78.39º 0.92% 0.71% -
HSV(B) 78.39º 0.55% 0.98% -
XYZ 62.53 82.19 27.9 -
YUV 220.82 66.59 118.14 -
System Red Green Blue C M Y K H S L
Decimal 207 249 112 0.17 0 0.55 0.02 78.39 0.92 0.71
Hex CF F9 70 11 0 37 2 4E 5C 47
Octal 317 371 160 21 0 67 2 116 134 107
Binary 11001111 11111001 1110000 10001 0 110111 10 1001110 1011100 1000111

Color Harmonies of #CFF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF970

Black with #CFF970

Text Example


Text Example

White with #CFF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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