Html Css Color HEX #CFF693 Reef

📋 copy color: '#CFF693'

red 207 ◦ green 246 ◦ blue 147

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

Shades of Reef #CFF693

Tints of Reef #CFF693

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41%

 BLUE value IS 147 (57.81% from 255) = 24.5%

R = 34.5%
G = 41%
B = 24.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#CFF693 (or 0xCFF693) is known color: Reef. HEX triplet: CF, F6 and 93. RGB value is (207,246,147). Sum of RGB (Red+Green+Blue) = 207+246+147=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF693 is #30096C. Grayscale: #DFDFDF. Windows color (decimal): -3148141 or 9696975. OLE color: 9696975.

HSL color Cylindrical-coordinate representation of color #CFF693: hue angle of 83.64º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFF693 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 147 -
CMYK 0.16 0 0.40 0.04
HSL 83.64º 0.85% 0.77% -
HSV(B) 83.64º 0.4% 0.96% -
XYZ 63.95 81.28 39.92 -
YUV 223.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 207 246 147 0.16 0 0.40 0.04 83.64 0.85 0.77
Hex CF F6 93 10 0 28 4 54 55 4D
Octal 317 366 223 20 0 50 4 124 125 115
Binary 11001111 11110110 10010011 10000 0 101000 100 1010100 1010101 1001101

Color Harmonies of #CFF693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF693

Black with #CFF693

Text Example


Text Example

White with #CFF693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF693; }

 p { color: rgb(207,246,147); }

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

background-color css

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

 a { background-color: rgb(207,246,147); }

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

border-color css

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

 span { border-color: rgb(207,246,147); }

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