Html Css Color HEX #CFF272 Mindaro

📋 copy color: '#CFF272'

red 207 ◦ green 242 ◦ blue 114

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

Shades of Mindaro #CFF272

Tints of Mindaro #CFF272

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

 BLUE value IS 114 (44.92% from 255) = 20.25%

R = 36.77%
G = 42.98%
B = 20.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#CFF272 (or 0xCFF272) is known color: Mindaro. HEX triplet: CF, F2 and 72. RGB value is (207,242,114). Sum of RGB (Red+Green+Blue) = 207+242+114=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF272 is #300D8D. Grayscale: #D9D9D9. Windows color (decimal): -3149198 or 7533263. OLE color: 7533263.

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

Color convert

RGB 207 242 114 -
CMYK 0.14 0 0.53 0.05
HSL 76.41º 0.83% 0.7% -
HSV(B) 76.41º 0.53% 0.95% -
XYZ 60.52 77.98 27.78 -
YUV 216.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 207 242 114 0.14 0 0.53 0.05 76.41 0.83 0.7
Hex CF F2 72 E 0 35 5 4C 53 46
Octal 317 362 162 16 0 65 5 114 123 106
Binary 11001111 11110010 1110010 1110 0 110101 101 1001100 1010011 1000110

Color Harmonies of #CFF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF272

Black with #CFF272

Text Example


Text Example

White with #CFF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF272; }

 p { color: rgb(207,242,114); }

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

background-color css

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

 a { background-color: rgb(207,242,114); }

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

border-color css

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

 span { border-color: rgb(207,242,114); }

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