Html Css Color HEX #CFF380 Sulu

📋 copy color: '#CFF380'

red 207 ◦ green 243 ◦ blue 128

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

Shades of Sulu #CFF380

Tints of Sulu #CFF380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.15%

R = 35.81%
G = 42.04%
B = 22.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#CFF380 (or 0xCFF380) is known color: Sulu. HEX triplet: CF, F3 and 80. RGB value is (207,243,128). Sum of RGB (Red+Green+Blue) = 207+243+128=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF380 is #300C7F. Grayscale: #DBDBDB. Windows color (decimal): -3148928 or 8451023. OLE color: 8451023.

HSL color Cylindrical-coordinate representation of color #CFF380: hue angle of 78.78º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFF380 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 243 128 -
CMYK 0.15 0 0.47 0.05
HSL 78.78º 0.83% 0.73% -
HSV(B) 78.78º 0.47% 0.95% -
XYZ 61.68 78.93 32.41 -
YUV 219.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 207 243 128 0.15 0 0.47 0.05 78.78 0.83 0.73
Hex CF F3 80 F 0 2F 5 4F 53 49
Octal 317 363 200 17 0 57 5 117 123 111
Binary 11001111 11110011 10000000 1111 0 101111 101 1001111 1010011 1001001

Color Harmonies of #CFF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF380

Black with #CFF380

Text Example


Text Example

White with #CFF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF380; }

 p { color: rgb(207,243,128); }

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

background-color css

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

 a { background-color: rgb(207,243,128); }

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

border-color css

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

 span { border-color: rgb(207,243,128); }

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