Html Css Color HEX #CFF195 Reef

📋 copy color: '#CFF195'

red 207 ◦ green 241 ◦ blue 149

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

Shades of Reef #CFF195

Tints of Reef #CFF195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.37%

 BLUE value IS 149 (58.59% from 255) = 24.96%

R = 34.67%
G = 40.37%
B = 24.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CFF195 (or 0xCFF195) is known color: Reef. HEX triplet: CF, F1 and 95. RGB value is (207,241,149). Sum of RGB (Red+Green+Blue) = 207+241+149=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF195 is #300E6A. Grayscale: #DCDCDC. Windows color (decimal): -3149419 or 9826767. OLE color: 9826767.

HSL color Cylindrical-coordinate representation of color #CFF195: hue angle of 82.17º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF195 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 149 -
CMYK 0.14 0 0.38 0.05
HSL 82.17º 0.77% 0.76% -
HSV(B) 82.17º 0.38% 0.95% -
XYZ 62.61 78.35 40.26 -
YUV 220.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 207 241 149 0.14 0 0.38 0.05 82.17 0.77 0.76
Hex CF F1 95 E 0 26 5 52 4D 4C
Octal 317 361 225 16 0 46 5 122 115 114
Binary 11001111 11110001 10010101 1110 0 100110 101 1010010 1001101 1001100

Color Harmonies of #CFF195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF195

Black with #CFF195

Text Example


Text Example

White with #CFF195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF195; }

 p { color: rgb(207,241,149); }

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

background-color css

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

 a { background-color: rgb(207,241,149); }

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

border-color css

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

 span { border-color: rgb(207,241,149); }

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