Html Css Color HEX #CFE970 Mindaro

📋 copy color: '#CFE970'

red 207 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #CFE970

Tints of Mindaro #CFE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.21%

 BLUE value IS 112 (44.14% from 255) = 20.29%

R = 37.5%
G = 42.21%
B = 20.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CFE970 (or 0xCFE970) is known color: Mindaro. HEX triplet: CF, E9 and 70. RGB value is (207,233,112). Sum of RGB (Red+Green+Blue) = 207+233+112=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE970 is #30168F. Grayscale: #D3D3D3. Windows color (decimal): -3151504 or 7399887. OLE color: 7399887.

HSL color Cylindrical-coordinate representation of color #CFE970: hue angle of 72.89º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFE970 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 112 -
CMYK 0.11 0 0.52 0.09
HSL 72.89º 0.73% 0.68% -
HSV(B) 72.89º 0.52% 0.91% -
XYZ 57.8 72.71 26.32 -
YUV 211.43 71.89 124.84 -
System Red Green Blue C M Y K H S L
Decimal 207 233 112 0.11 0 0.52 0.09 72.89 0.73 0.68
Hex CF E9 70 B 0 34 9 49 49 44
Octal 317 351 160 13 0 64 11 111 111 104
Binary 11001111 11101001 1110000 1011 0 110100 1001 1001001 1001001 1000100

Color Harmonies of #CFE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE970

Black with #CFE970

Text Example


Text Example

White with #CFE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE970; }

 p { color: rgb(207,233,112); }

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

background-color css

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

 a { background-color: rgb(207,233,112); }

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

border-color css

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

 span { border-color: rgb(207,233,112); }

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