Html Css Color HEX #CFF57D Sulu

📋 copy color: '#CFF57D'

red 207 ◦ green 245 ◦ blue 125

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

Shades of Sulu #CFF57D

Tints of Sulu #CFF57D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.46%

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

R = 35.88%
G = 42.46%
B = 21.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#CFF57D (or 0xCFF57D) is known color: Sulu. HEX triplet: CF, F5 and 7D. RGB value is (207,245,125). Sum of RGB (Red+Green+Blue) = 207+245+125=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF57D is #300A82. Grayscale: #DCDCDC. Windows color (decimal): -3148419 or 8254927. OLE color: 8254927.

HSL color Cylindrical-coordinate representation of color #CFF57D: hue angle of 79º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF57D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 125 -
CMYK 0.16 0 0.49 0.04
HSL 79º 0.86% 0.73% -
HSV(B) 79º 0.49% 0.96% -
XYZ 62.09 80.05 31.58 -
YUV 219.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 207 245 125 0.16 0 0.49 0.04 79 0.86 0.73
Hex CF F5 7D 10 0 31 4 4F 56 49
Octal 317 365 175 20 0 61 4 117 126 111
Binary 11001111 11110101 1111101 10000 0 110001 100 1001111 1010110 1001001

Color Harmonies of #CFF57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF57D

Black with #CFF57D

Text Example


Text Example

White with #CFF57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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