Html Css Color HEX #CFE774 Mindaro

📋 copy color: '#CFE774'

red 207 ◦ green 231 ◦ blue 116

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

Shades of Mindaro #CFE774

Tints of Mindaro #CFE774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.7%

 BLUE value IS 116 (45.7% from 255) = 20.94%

R = 37.36%
G = 41.7%
B = 20.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#CFE774 (or 0xCFE774) is known color: Mindaro. HEX triplet: CF, E7 and 74. RGB value is (207,231,116). Sum of RGB (Red+Green+Blue) = 207+231+116=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE774 is #30188B. Grayscale: #D3D3D3. Windows color (decimal): -3152012 or 7661519. OLE color: 7661519.

HSL color Cylindrical-coordinate representation of color #CFE774: hue angle of 72.52º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFE774 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 116 -
CMYK 0.10 0 0.50 0.09
HSL 72.52º 0.71% 0.68% -
HSV(B) 72.52º 0.5% 0.91% -
XYZ 57.46 71.68 27.33 -
YUV 210.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 207 231 116 0.10 0 0.50 0.09 72.52 0.71 0.68
Hex CF E7 74 A 0 32 9 49 47 44
Octal 317 347 164 12 0 62 11 111 107 104
Binary 11001111 11100111 1110100 1010 0 110010 1001 1001001 1000111 1000100

Color Harmonies of #CFE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE774

Black with #CFE774

Text Example


Text Example

White with #CFE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE774; }

 p { color: rgb(207,231,116); }

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

background-color css

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

 a { background-color: rgb(207,231,116); }

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

border-color css

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

 span { border-color: rgb(207,231,116); }

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