Html Css Color HEX #CFE693 Reef

📋 copy color: '#CFE693'

red 207 ◦ green 230 ◦ blue 147

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

Shades of Reef #CFE693

Tints of Reef #CFE693

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.38%

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

R = 35.45%
G = 39.38%
B = 25.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#CFE693 (or 0xCFE693) is known color: Reef. HEX triplet: CF, E6 and 93. RGB value is (207,230,147). Sum of RGB (Red+Green+Blue) = 207+230+147=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE693 is #30196C. Grayscale: #D5D5D5. Windows color (decimal): -3152237 or 9692879. OLE color: 9692879.

HSL color Cylindrical-coordinate representation of color #CFE693: hue angle of 76.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE693 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 147 -
CMYK 0.10 0 0.36 0.10
HSL 76.63º 0.62% 0.74% -
HSV(B) 76.63º 0.36% 0.9% -
XYZ 59.3 71.97 38.37 -
YUV 213.66 90.38 123.25 -
System Red Green Blue C M Y K H S L
Decimal 207 230 147 0.10 0 0.36 0.10 76.63 0.62 0.74
Hex CF E6 93 A 0 24 A 4D 3E 4A
Octal 317 346 223 12 0 44 12 115 76 112
Binary 11001111 11100110 10010011 1010 0 100100 1010 1001101 111110 1001010

Color Harmonies of #CFE693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE693

Black with #CFE693

Text Example


Text Example

White with #CFE693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE693; }

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

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

background-color css

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

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

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

border-color css

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

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

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